Class: Aws::Types::InstanceHealthCheckResult
- Inherits:
-
Object
- Object
- Aws::Types::InstanceHealthCheckResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#status ⇒ "OK", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#type ⇒ "CONTAINER_RUNTIME", ...
Returns the value of attribute type.
Instance Attribute Details
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def last_status_change @last_status_change end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def last_updated @last_updated end |
#status ⇒ "OK", ...
Returns the value of attribute status.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def status_reason @status_reason end |
#type ⇒ "CONTAINER_RUNTIME", ...
Returns the value of attribute type.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def type @type end |