Class: Aws::WorkspacesInstances::Types::BillingConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesinstances/types.rb

Overview

Defines billing configuration settings for WorkSpace Instances, containing the billing mode selection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_modeString

Specifies the billing mode for WorkSpace Instances. MONTHLY provides fixed monthly rates for predictable budgeting, while HOURLY enables pay-per-second billing for actual usage.

Returns:

  • (String)


68
69
70
71
72
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 68

class BillingConfiguration < Struct.new(
  :billing_mode)
  SENSITIVE = []
  include Aws::Structure
end