Class: Aws::Types::UpdatePreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePreferencesRequest
- 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.
928 929 930 |
# File 'sig/types.rbs', line 928 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.
929 930 931 |
# File 'sig/types.rbs', line 929 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.
930 931 932 |
# File 'sig/types.rbs', line 930 def standalone_account_rate_type_selections @standalone_account_rate_type_selections end |