class Aws::AutoScaling::Types::EnterStandbyQuery

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

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 to decrement the desired capacity of the Auto
Scaling group by the number of instances moved to `Standby` mode.
@return [Boolean]

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

Constants

SENSITIVE