Class: Aws::AutoScaling::Types::TerminateInstanceInAutoScalingGroupType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-autoscaling/types.rb', line 8372

class TerminateInstanceInAutoScalingGroupType < Struct.new(
  :instance_id,
  :should_decrement_desired_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#should_decrement_desired_capacityBoolean

Indicates whether terminating the instance also decrements the size of the Auto Scaling group.

Returns:

  • (Boolean)


8372
8373
8374
8375
8376
8377
# File 'lib/aws-sdk-autoscaling/types.rb', line 8372

class TerminateInstanceInAutoScalingGroupType < Struct.new(
  :instance_id,
  :should_decrement_desired_capacity)
  SENSITIVE = []
  include Aws::Structure
end