Class: Aws::Types::DescribeInstancesHealthResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstancesHealthResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_health_list ⇒ ::Array[Types::SingleInstanceHealth]
Returns the value of attribute instance_health_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#refreshed_at ⇒ ::Time
Returns the value of attribute refreshed_at.
Instance Attribute Details
#instance_health_list ⇒ ::Array[Types::SingleInstanceHealth]
Returns the value of attribute instance_health_list.
471 472 473 |
# File 'sig/types.rbs', line 471 def instance_health_list @instance_health_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
473 474 475 |
# File 'sig/types.rbs', line 473 def next_token @next_token end |
#refreshed_at ⇒ ::Time
Returns the value of attribute refreshed_at.
472 473 474 |
# File 'sig/types.rbs', line 472 def refreshed_at @refreshed_at end |