Class: Aws::AutoScaling::Types::AutoScalingInstancesType

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_instancesArray<Types::AutoScalingInstanceDetails>

The instances.



495
496
497
498
499
# File 'lib/aws-sdk-autoscaling/types.rb', line 495

class AutoScalingInstancesType < Struct.new(
  :auto_scaling_instances,
  :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)


495
496
497
498
499
# File 'lib/aws-sdk-autoscaling/types.rb', line 495

class AutoScalingInstancesType < Struct.new(
  :auto_scaling_instances,
  :next_token)
  include Aws::Structure
end