Class: Aws::Types::InstanceHealthSummary
- Inherits:
-
Object
- Object
- Aws::Types::InstanceHealthSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_health ⇒ "initial", ...
Returns the value of attribute instance_health.
-
#instance_health_reason ⇒ "Lb.RegistrationInProgress", ...
Returns the value of attribute instance_health_reason.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#instance_health ⇒ "initial", ...
Returns the value of attribute instance_health.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def instance_health @instance_health end |
#instance_health_reason ⇒ "Lb.RegistrationInProgress", ...
Returns the value of attribute instance_health_reason.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def instance_health_reason @instance_health_reason end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def instance_name @instance_name end |