Class: Aws::AutoScaling::Types::DescribeWarmPoolType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2381

class DescribeWarmPoolType < Struct.new(
  :auto_scaling_group_name,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of instances to return with this call. The maximum value is 50.

Returns:

  • (Integer)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2381

class DescribeWarmPoolType < Struct.new(
  :auto_scaling_group_name,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of instances to return. (You received this token from a previous call.)

Returns:

  • (String)


2381
2382
2383
2384
2385
2386
2387
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2381

class DescribeWarmPoolType < Struct.new(
  :auto_scaling_group_name,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end