Class: Aws::Types::EbsStatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::EbsStatusDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#impaired_since ⇒ ::Time
Returns the value of attribute impaired_since.
-
#name ⇒ "reachability"
Returns the value of attribute name.
-
#status ⇒ "passed", ...
Returns the value of attribute status.
Instance Attribute Details
#impaired_since ⇒ ::Time
Returns the value of attribute impaired_since.
8885 8886 8887 |
# File 'sig/types.rbs', line 8885 def impaired_since @impaired_since end |
#name ⇒ "reachability"
Returns the value of attribute name.
8886 8887 8888 |
# File 'sig/types.rbs', line 8886 def name @name end |
#status ⇒ "passed", ...
Returns the value of attribute status.
8887 8888 8889 |
# File 'sig/types.rbs', line 8887 def status @status end |