You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AutoScaling::Types::SetInstanceProtectionQuery

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SetInstanceProtectionQuery as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)

    The name of the Auto Scaling group.

#instance_idsArray<String>

One or more instance IDs. You can specify up to 50 instances.

Returns:

  • (Array<String>)

    One or more instance IDs.

#protected_from_scale_inBoolean

Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.

Returns:

  • (Boolean)

    Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.