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.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def health_status @health_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def instance_id @instance_id end |
#should_respect_grace_period ⇒ Boolean
Returns the value of attribute should_respect_grace_period.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def should_respect_grace_period @should_respect_grace_period end |