Class: Aws::AutoScaling::Types::TerminateInstanceInAutoScalingGroupType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::TerminateInstanceInAutoScalingGroupType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance.
-
#should_decrement_desired_capacity ⇒ Boolean
Indicates whether terminating the instance also decrements the size of the Auto Scaling group.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
7445 7446 7447 7448 7449 7450 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7445 class TerminateInstanceInAutoScalingGroupType < Struct.new( :instance_id, :should_decrement_desired_capacity) SENSITIVE = [] include Aws::Structure end |
#should_decrement_desired_capacity ⇒ Boolean
Indicates whether terminating the instance also decrements the size of the Auto Scaling group.
7445 7446 7447 7448 7449 7450 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7445 class TerminateInstanceInAutoScalingGroupType < Struct.new( :instance_id, :should_decrement_desired_capacity) SENSITIVE = [] include Aws::Structure end |