Class: Aws::Types::DescribeAutoScalingInstancesType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutoScalingInstancesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
431 432 433 |
# File 'sig/types.rbs', line 431 def instance_ids @instance_ids end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
432 433 434 |
# File 'sig/types.rbs', line 432 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
433 434 435 |
# File 'sig/types.rbs', line 433 def next_token @next_token end |