Class: Aws::Types::AutoScalingInstancesType
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingInstancesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_instances ⇒ ::Array[Types::AutoScalingInstanceDetails]
Returns the value of attribute auto_scaling_instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#auto_scaling_instances ⇒ ::Array[Types::AutoScalingInstanceDetails]
Returns the value of attribute auto_scaling_instances.
188 189 190 |
# File 'sig/types.rbs', line 188 def auto_scaling_instances @auto_scaling_instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
189 190 191 |
# File 'sig/types.rbs', line 189 def next_token @next_token end |