Class: Aws::Types::InstanceStatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::InstanceStatusDetails
- 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.
11780 11781 11782 |
# File 'sig/types.rbs', line 11780 def impaired_since @impaired_since end |
#name ⇒ "reachability"
Returns the value of attribute name.
11781 11782 11783 |
# File 'sig/types.rbs', line 11781 def name @name end |
#status ⇒ "passed", ...
Returns the value of attribute status.
11782 11783 11784 |
# File 'sig/types.rbs', line 11782 def status @status end |