Class: Aws::BCMPricingCalculator::Types::UpdatePreferencesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::UpdatePreferencesRequest
- 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.
3324 3325 3326 3327 3328 3329 3330 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3324 class UpdatePreferencesRequest < 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.
3324 3325 3326 3327 3328 3329 3330 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3324 class UpdatePreferencesRequest < 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.
3324 3325 3326 3327 3328 3329 3330 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3324 class UpdatePreferencesRequest < Struct.new( :management_account_rate_type_selections, :member_account_rate_type_selections, :standalone_account_rate_type_selections) SENSITIVE = [] include Aws::Structure end |