Class: Aws::WorkspacesInstances::Types::BillingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::BillingConfiguration
- 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
-
#billing_mode ⇒ String
Specifies the billing mode for WorkSpace Instances.
Instance Attribute Details
#billing_mode ⇒ String
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.
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 |