Class: Aws::Types::FlagValue
- Inherits:
-
Object
- Object
- Aws::Types::FlagValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attribute_values.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#attribute_values ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute attribute_values.
545 546 547 |
# File 'sig/types.rbs', line 545 def attribute_values @attribute_values end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
544 545 546 |
# File 'sig/types.rbs', line 544 def enabled @enabled end |