Class: Aws::AutoScaling::Types::AttachInstancesQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::AttachInstancesQuery
- 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>
The IDs of the instances.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
249 250 251 252 253 254 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 249 class AttachInstancesQuery < Struct.new( :instance_ids, :auto_scaling_group_name) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
The IDs of the instances. You can specify up to 20 instances.
249 250 251 252 253 254 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 249 class AttachInstancesQuery < Struct.new( :instance_ids, :auto_scaling_group_name) SENSITIVE = [] include Aws::Structure end |