Class: Aws::Types::UpdatePreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePreferencesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#management_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute management_account_rate_type_selections.
-
#member_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute member_account_rate_type_selections.
-
#standalone_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute standalone_account_rate_type_selections.
Instance Attribute Details
#management_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute management_account_rate_type_selections.
935 936 937 |
# File 'sig/types.rbs', line 935 def management_account_rate_type_selections @management_account_rate_type_selections end |
#member_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute member_account_rate_type_selections.
936 937 938 |
# File 'sig/types.rbs', line 936 def member_account_rate_type_selections @member_account_rate_type_selections end |
#standalone_account_rate_type_selections ⇒ ::Array[("BEFORE_DISCOUNTS" | "AFTER_DISCOUNTS" | "AFTER_DISCOUNTS_AND_COMMITMENTS")]
Returns the value of attribute standalone_account_rate_type_selections.
937 938 939 |
# File 'sig/types.rbs', line 937 def standalone_account_rate_type_selections @standalone_account_rate_type_selections end |