class Aws::AutoScaling::Types::DetachInstancesQuery

@note When making an API call, you may pass DetachInstancesQuery

data as a hash:

    {
      instance_ids: ["XmlStringMaxLen19"],
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      should_decrement_desired_capacity: false, # required
    }

@!attribute [rw] instance_ids

The IDs of the instances. You can specify up to 20 instances.
@return [Array<String>]

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] should_decrement_desired_capacity

Indicates whether the Auto Scaling group decrements the desired
capacity value by the number of instances detached.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/DetachInstancesQuery AWS API Documentation

Constants

SENSITIVE