Class: Aws::Types::EbsVolumesResult
- Inherits:
-
Object
- Object
- Aws::Types::EbsVolumesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def reason @reason end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def status @status end |