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.
19602 19603 19604 |
# File 'sig/types.rbs', line 19602 def name @name end |
#status ⇒ ::String
Returns the value of attribute status.
19603 19604 19605 |
# File 'sig/types.rbs', line 19603 def status @status end |