Class: Aws::AutoScaling::Types::LaunchConfigurationsType

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configurationsArray<Types::LaunchConfiguration>

The launch configurations.

Returns:



2813
2814
2815
2816
2817
# File 'lib/aws-sdk-autoscaling/types.rb', line 2813

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


2813
2814
2815
2816
2817
# File 'lib/aws-sdk-autoscaling/types.rb', line 2813

class LaunchConfigurationsType < Struct.new(
  :launch_configurations,
  :next_token)
  include Aws::Structure
end