Class: Aws::BCMPricingCalculator::Types::UpdatePreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdatePreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#management_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for the management account.
-
#member_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for member accounts.
-
#standalone_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for a standalone account.
Instance Attribute Details
#management_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for the management account.
3346 3347 3348 3349 3350 3351 3352 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3346 class UpdatePreferencesResponse < Struct.new( :management_account_rate_type_selections, :member_account_rate_type_selections, :standalone_account_rate_type_selections) SENSITIVE = [] include Aws::Structure end |
#member_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for member accounts.
3346 3347 3348 3349 3350 3351 3352 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3346 class UpdatePreferencesResponse < Struct.new( :management_account_rate_type_selections, :member_account_rate_type_selections, :standalone_account_rate_type_selections) SENSITIVE = [] include Aws::Structure end |
#standalone_account_rate_type_selections ⇒ Array<String>
The updated preferred rate types for a standalone account.
3346 3347 3348 3349 3350 3351 3352 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3346 class UpdatePreferencesResponse < Struct.new( :management_account_rate_type_selections, :member_account_rate_type_selections, :standalone_account_rate_type_selections) SENSITIVE = [] include Aws::Structure end |