Class: Aws::AutoScaling::Types::DescribeWarmPoolType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeWarmPoolType
- 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.
-
#max_records ⇒ Integer
The maximum number of instances to return with this call.
-
#next_token ⇒ String
The token for the next set of instances to return.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
2376 2377 2378 2379 2380 2381 2382 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2376 class DescribeWarmPoolType < Struct.new( :auto_scaling_group_name, :max_records, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of instances to return with this call. The maximum value is ‘50`.
2376 2377 2378 2379 2380 2381 2382 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2376 class DescribeWarmPoolType < Struct.new( :auto_scaling_group_name, :max_records, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of instances to return. (You received this token from a previous call.)
2376 2377 2378 2379 2380 2381 2382 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2376 class DescribeWarmPoolType < Struct.new( :auto_scaling_group_name, :max_records, :next_token) SENSITIVE = [] include Aws::Structure end |