Class: Aws::Types::HealthStatus
- Inherits:
-
Object
- Object
- Aws::Types::HealthStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
-
#status_reason ⇒ "BILLING_VIEW_NO_ACCESS", ...
Returns the value of attribute status_reason.
Instance Attribute Details
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
431 432 433 |
# File 'sig/types.rbs', line 431 def last_updated_time @last_updated_time end |
#status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute status.
429 430 431 |
# File 'sig/types.rbs', line 429 def status @status end |
#status_reason ⇒ "BILLING_VIEW_NO_ACCESS", ...
Returns the value of attribute status_reason.
430 431 432 |
# File 'sig/types.rbs', line 430 def status_reason @status_reason end |