Class: Aws::Types::SetInstanceHealthQuery
- Inherits:
-
Object
- Object
- Aws::Types::SetInstanceHealthQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_status ⇒ ::String
Returns the value of attribute health_status.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#should_respect_grace_period ⇒ Boolean
Returns the value of attribute should_respect_grace_period.
Instance Attribute Details
#health_status ⇒ ::String
Returns the value of attribute health_status.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def health_status @health_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def instance_id @instance_id end |
#should_respect_grace_period ⇒ Boolean
Returns the value of attribute should_respect_grace_period.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def should_respect_grace_period @should_respect_grace_period end |