Class: Aws::BCMPricingCalculator::Types::GetPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::GetPreferencesResponse
- 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 preferred rate types for the management account.
-
#member_account_rate_type_selections ⇒ Array<String>
The preferred rate types for member accounts.
-
#standalone_account_rate_type_selections ⇒ Array<String>
The preferred rate types for a standalone account.
Instance Attribute Details
#management_account_rate_type_selections ⇒ Array<String>
The preferred rate types for the management account.
2156 2157 2158 2159 2160 2161 2162 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2156 class GetPreferencesResponse < 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 preferred rate types for member accounts.
2156 2157 2158 2159 2160 2161 2162 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2156 class GetPreferencesResponse < 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 preferred rate types for a standalone account.
2156 2157 2158 2159 2160 2161 2162 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2156 class GetPreferencesResponse < Struct.new( :management_account_rate_type_selections, :member_account_rate_type_selections, :standalone_account_rate_type_selections) SENSITIVE = [] include Aws::Structure end |