Class: Aws::Types::AttachInstancesQuery
- Inherits:
-
Object
- Object
- Aws::Types::AttachInstancesQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
78 79 80 |
# File 'sig/types.rbs', line 78 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
77 78 79 |
# File 'sig/types.rbs', line 77 def instance_ids @instance_ids end |