Class: Aws::Drs::Types::DescribeLaunchConfigurationTemplatesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Drs::Types::DescribeLaunchConfigurationTemplatesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-drs/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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token of the next Launch Configuration Template to retrieve.
 
Instance Attribute Details
#launch_configuration_template_i_ds ⇒ Array<String>
Request to filter Launch Configuration Templates list by Launch Configuration Template ID.
      770 771 772 773 774 775 776  | 
    
      # File '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_results ⇒ Integer
Maximum results to be returned in DescribeLaunchConfigurationTemplates.
      770 771 772 773 774 775 776  | 
    
      # File '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_token ⇒ String
The token of the next Launch Configuration Template to retrieve.
      770 771 772 773 774 775 776  | 
    
      # File '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  |