Class: Aws::Types::GetPreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPreferencesResponse
- 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.
604 605 606 |
# File 'sig/types.rbs', line 604 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.
605 606 607 |
# File 'sig/types.rbs', line 605 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.
606 607 608 |
# File 'sig/types.rbs', line 606 def standalone_account_rate_type_selections @standalone_account_rate_type_selections end |