Class: Aws::AutoScaling::Types::LaunchConfigurationNamesType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LaunchConfigurationNamesType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_names ⇒ Array<String>
The launch configuration names.
-
#max_records ⇒ Integer
The maximum number of items to return with this call.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#launch_configuration_names ⇒ Array<String>
The launch configuration names. If you omit this property, all launch configurations are described.
Array Members: Maximum number of 50 items.
4335 4336 4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4335 class LaunchConfigurationNamesType < Struct.new( :launch_configuration_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `100`.
4335 4336 4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4335 class LaunchConfigurationNamesType < Struct.new( :launch_configuration_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
4335 4336 4337 4338 4339 4340 4341 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4335 class LaunchConfigurationNamesType < Struct.new( :launch_configuration_names, :next_token, :max_records) SENSITIVE = [] include Aws::Structure end |