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.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def health_status @health_status end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def instance_id @instance_id end |
#should_respect_grace_period ⇒ Boolean
Returns the value of attribute should_respect_grace_period.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def should_respect_grace_period @should_respect_grace_period end |