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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def last_status_change @last_status_change end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def last_updated @last_updated end |
#status ⇒ "OK", ...
Returns the value of attribute status.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def status_reason @status_reason end |
#type ⇒ "CONTAINER_RUNTIME", ...
Returns the value of attribute type.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def type @type end |