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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/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)


7012
7013
7014
7015
7016
7017
7018
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7012

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>)


7012
7013
7014
7015
7016
7017
7018
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7012

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)


7012
7013
7014
7015
7016
7017
7018
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 7012

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