Class: Aws::Types::TerminateInstanceInAutoScalingGroupType
- Inherits:
-
Object
- Object
- Aws::Types::TerminateInstanceInAutoScalingGroupType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#should_decrement_desired_capacity ⇒ Boolean
Returns the value of attribute should_decrement_desired_capacity.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def instance_id @instance_id end |
#should_decrement_desired_capacity ⇒ Boolean
Returns the value of attribute should_decrement_desired_capacity.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def should_decrement_desired_capacity @should_decrement_desired_capacity end |