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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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)


7445
7446
7447
7448
7449
7450
# File 'gems/aws-sdk-autoscaling/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_capacityBoolean

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

Returns:

  • (Boolean)


7445
7446
7447
7448
7449
7450
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7445

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