Class: Aws::AutoScaling::Types::AutoScalingGroupsType

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_groupsArray<Types::AutoScalingGroup>

The groups.

Returns:



418
419
420
421
422
# File 'lib/aws-sdk-autoscaling/types.rb', line 418

class AutoScalingGroupsType < Struct.new(
  :auto_scaling_groups,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


418
419
420
421
422
# File 'lib/aws-sdk-autoscaling/types.rb', line 418

class AutoScalingGroupsType < Struct.new(
  :auto_scaling_groups,
  :next_token)
  include Aws::Structure
end