Class: Aws::AutoScaling::Types::LaunchConfigurationNamesType

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

#launch_configuration_namesArray<String>

The launch configuration names. If you omit this property, all launch configurations are described.

Array Members: Maximum number of 50 items.

Returns:

  • (Array<String>)


4345
4346
4347
4348
4349
4350
4351
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4345

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

#max_recordsInteger

The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

Returns:

  • (Integer)


4345
4346
4347
4348
4349
4350
4351
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4345

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

#next_tokenString

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

Returns:

  • (String)


4345
4346
4347
4348
4349
4350
4351
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 4345

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