Class: Aws::AutoScaling::Types::SetInstanceProtectionQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::SetInstanceProtectionQuery
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#instance_ids ⇒ Array<String>
One or more instance IDs.
-
#protected_from_scale_in ⇒ Boolean
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7009 class SetInstanceProtectionQuery < Struct.new( :instance_ids, :auto_scaling_group_name, :protected_from_scale_in) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
One or more instance IDs. You can specify up to 50 instances.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7009 class SetInstanceProtectionQuery < Struct.new( :instance_ids, :auto_scaling_group_name, :protected_from_scale_in) SENSITIVE = [] include Aws::Structure end |
#protected_from_scale_in ⇒ Boolean
Indicates whether the instance is protected from termination by Amazon EC2 Auto Scaling when scaling in.
7009 7010 7011 7012 7013 7014 7015 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 7009 class SetInstanceProtectionQuery < Struct.new( :instance_ids, :auto_scaling_group_name, :protected_from_scale_in) SENSITIVE = [] include Aws::Structure end |