Class: Aws::Types::BillingPreferenceForKey
- Inherits:
-
Object
- Object
- Aws::Types::BillingPreferenceForKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#value ⇒ "ENABLED", "DISABLED"
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
59 60 61 |
# File 'sig/types.rbs', line 59 def key @key end |
#value ⇒ "ENABLED", "DISABLED"
Returns the value of attribute value.
60 61 62 |
# File 'sig/types.rbs', line 60 def value @value end |