Class: Aws::Types::EbsStatusSummary
- Inherits:
-
Object
- Object
- Aws::Types::EbsStatusSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::Array[Types::EbsStatusDetails]
Returns the value of attribute details.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
Instance Attribute Details
#details ⇒ ::Array[Types::EbsStatusDetails]
Returns the value of attribute details.
8681 8682 8683 |
# File 'sig/types.rbs', line 8681 def details @details end |
#status ⇒ "ok", ...
Returns the value of attribute status.
8682 8683 8684 |
# File 'sig/types.rbs', line 8682 def status @status end |