Class: Aws::Drs::Types::DescribeLaunchConfigurationTemplatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configuration_template_i_dsArray<String>

Request to filter Launch Configuration Templates list by Launch Configuration Template ID.

Returns:

  • (Array<String>)


770
771
772
773
774
775
776
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 770

class DescribeLaunchConfigurationTemplatesRequest < Struct.new(
  :launch_configuration_template_i_ds,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum results to be returned in DescribeLaunchConfigurationTemplates.

Returns:

  • (Integer)


770
771
772
773
774
775
776
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 770

class DescribeLaunchConfigurationTemplatesRequest < Struct.new(
  :launch_configuration_template_i_ds,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token of the next Launch Configuration Template to retrieve.

Returns:

  • (String)


770
771
772
773
774
775
776
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 770

class DescribeLaunchConfigurationTemplatesRequest < Struct.new(
  :launch_configuration_template_i_ds,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end