Class: Aws::Types::GetInstancesHealthStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetInstancesHealthStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ ::Hash[::String, ("HEALTHY" | "UNHEALTHY" | "UNKNOWN")]
Returns the value of attribute status.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
195 196 197 |
# File 'sig/types.rbs', line 195 def next_token @next_token end |
#status ⇒ ::Hash[::String, ("HEALTHY" | "UNHEALTHY" | "UNKNOWN")]
Returns the value of attribute status.
194 195 196 |
# File 'sig/types.rbs', line 194 def status @status end |