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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6957
6958
6959
6960
6961
6962
6963
# File 'lib/aws-sdk-autoscaling/types.rb', line 6957

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

#instance_idsArray<String>

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

Returns:

  • (Array<String>)


6957
6958
6959
6960
6961
6962
6963
# File 'lib/aws-sdk-autoscaling/types.rb', line 6957

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

#protected_from_scale_inBoolean

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

Returns:

  • (Boolean)


6957
6958
6959
6960
6961
6962
6963
# File 'lib/aws-sdk-autoscaling/types.rb', line 6957

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