Class: Aws::Types::UpdateBillingPreferencesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBillingPreferencesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_preferences_per_key ⇒ ::Array[Types::BillingPreferenceForKey]
Returns the value of attribute billing_preferences_per_key.
-
#feature ⇒ "RI_SHARING", ...
Returns the value of attribute feature.
Instance Attribute Details
#billing_preferences_per_key ⇒ ::Array[Types::BillingPreferenceForKey]
Returns the value of attribute billing_preferences_per_key.
523 524 525 |
# File 'sig/types.rbs', line 523 def billing_preferences_per_key @billing_preferences_per_key end |
#feature ⇒ "RI_SHARING", ...
Returns the value of attribute feature.
522 523 524 |
# File 'sig/types.rbs', line 522 def feature @feature end |