Class: Aws::Types::BillingPreferenceSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillingPreferenceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#billing_period ⇒ Types::BillingPeriod
Returns the value of attribute billing_period.
-
#feature ⇒ "RI_SHARING", ...
Returns the value of attribute feature.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ "ENABLED", "DISABLED"
Returns the value of attribute value.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def account_name @account_name end |
#billing_period ⇒ Types::BillingPeriod
Returns the value of attribute billing_period.
70 71 72 |
# File 'sig/types.rbs', line 70 def billing_period @billing_period end |
#feature ⇒ "RI_SHARING", ...
Returns the value of attribute feature.
65 66 67 |
# File 'sig/types.rbs', line 65 def feature @feature end |
#key ⇒ ::String
Returns the value of attribute key.
66 67 68 |
# File 'sig/types.rbs', line 66 def key @key end |
#value ⇒ "ENABLED", "DISABLED"
Returns the value of attribute value.
67 68 69 |
# File 'sig/types.rbs', line 67 def value @value end |