Class: Aws::QuickSight::Types::UpdateSPICECapacityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateSPICECapacityConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
-
#purchase_mode ⇒ String
Determines how SPICE capacity can be purchased.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.
35045 35046 35047 35048 35049 35050 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35045 class UpdateSPICECapacityConfigurationRequest < Struct.new( :aws_account_id, :purchase_mode) SENSITIVE = [] include Aws::Structure end |
#purchase_mode ⇒ String
Determines how SPICE capacity can be purchased. The following options are available.
-
‘MANUAL`: SPICE capacity can only be purchased manually.
-
‘AUTO_PURCHASE`: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.
35045 35046 35047 35048 35049 35050 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35045 class UpdateSPICECapacityConfigurationRequest < Struct.new( :aws_account_id, :purchase_mode) SENSITIVE = [] include Aws::Structure end |