Class: Aws::Types::VolumeStatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::VolumeStatusDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "io-enabled", ...
Returns the value of attribute name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#name ⇒ "io-enabled", ...
Returns the value of attribute name.
18915 18916 18917 |
# File 'sig/types.rbs', line 18915 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
18916 18917 18918 |
# File 'sig/types.rbs', line 18916 def status @status end |