Class: Aws::Types::EBSOptionsStatus
- Inherits:
-
Object
- Object
- Aws::Types::EBSOptionsStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#options ⇒ Types::EBSOptions
Returns the value of attribute options.
-
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
Instance Attribute Details
#options ⇒ Types::EBSOptions
Returns the value of attribute options.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def @options end |
#status ⇒ Types::OptionStatus
Returns the value of attribute status.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def status @status end |