Class: Aws::Types::AdvancedOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::AdvancedOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ ::Hash[::String, ::String]
Returns the value of attribute options.
101 102 103 |
# File 'sig/types.rbs', line 101 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
102 103 104 |
# File 'sig/types.rbs', line 102 def status @status end |