Class: Aws::Mgn::Types::DescribeLaunchConfigurationTemplatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DescribeLaunchConfigurationTemplatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_configuration_template_i_ds ⇒ Array<String>
Request to filter Launch Configuration Templates list by Launch Configuration Template ID.
-
#max_results ⇒ Integer
Maximum results to be returned in DescribeLaunchConfigurationTemplates.
-
#next_token ⇒ String
Next pagination token returned from DescribeLaunchConfigurationTemplates.
Instance Attribute Details
#launch_configuration_template_i_ds ⇒ Array<String>
Request to filter Launch Configuration Templates list by Launch Configuration Template ID.
1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-mgn/types.rb', line 1017 class DescribeLaunchConfigurationTemplatesRequest < Struct.new( :launch_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum results to be returned in DescribeLaunchConfigurationTemplates.
1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-mgn/types.rb', line 1017 class DescribeLaunchConfigurationTemplatesRequest < Struct.new( :launch_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next pagination token returned from DescribeLaunchConfigurationTemplates.
1017 1018 1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-mgn/types.rb', line 1017 class DescribeLaunchConfigurationTemplatesRequest < Struct.new( :launch_configuration_template_i_ds, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |