class Aws::AutoScaling::Types::SetInstanceProtectionQuery

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

data as a hash:

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

@!attribute [rw] instance_ids

One or more instance IDs. You can specify up to 50 instances.
@return [Array<String>]

@!attribute [rw] auto_scaling_group_name

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

@!attribute [rw] protected_from_scale_in

Indicates whether the instance is protected from termination by
Amazon EC2 Auto Scaling when scaling in.
@return [Boolean]

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

Constants

SENSITIVE