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.
12051 12052 12053 |
# File 'sig/types.rbs', line 12051 def impaired_since @impaired_since end |
#name ⇒ "reachability"
Returns the value of attribute name.
12052 12053 12054 |
# File 'sig/types.rbs', line 12052 def name @name end |
#status ⇒ "passed", ...
Returns the value of attribute status.
12053 12054 12055 |
# File 'sig/types.rbs', line 12053 def status @status end |