Class: Aws::Types::TerminateInstanceInAutoScalingGroupType
- Inherits:
-
Object
- Object
- Aws::Types::TerminateInstanceInAutoScalingGroupType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#should_decrement_desired_capacity ⇒ Boolean
Returns the value of attribute should_decrement_desired_capacity.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def instance_id @instance_id end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def instance_ids @instance_ids end |
#should_decrement_desired_capacity ⇒ Boolean
Returns the value of attribute should_decrement_desired_capacity.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def should_decrement_desired_capacity @should_decrement_desired_capacity end |