Class: Aws::AutoScaling::Types::DetachInstancesQuery

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

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


2457
2458
2459
2460
2461
2462
2463
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2457

class DetachInstancesQuery < Struct.new(
  :instance_ids,
  :auto_scaling_group_name,
  :should_decrement_desired_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idsArray<String>

The IDs of the instances. You can specify up to 20 instances.

Returns:

  • (Array<String>)


2457
2458
2459
2460
2461
2462
2463
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2457

class DetachInstancesQuery < Struct.new(
  :instance_ids,
  :auto_scaling_group_name,
  :should_decrement_desired_capacity)
  SENSITIVE = []
  include Aws::Structure
end

#should_decrement_desired_capacityBoolean

Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached.

Returns:

  • (Boolean)


2457
2458
2459
2460
2461
2462
2463
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2457

class DetachInstancesQuery < Struct.new(
  :instance_ids,
  :auto_scaling_group_name,
  :should_decrement_desired_capacity)
  SENSITIVE = []
  include Aws::Structure
end