Class: Aws::EC2::Types::DescribeLaunchTemplatesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeLaunchTemplatesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #launch_templates  ⇒ Array<Types::LaunchTemplate> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the launch templates.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#launch_templates ⇒ Array<Types::LaunchTemplate>
Information about the launch templates.
      23559 23560 23561 23562 23563 23564  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23559 class DescribeLaunchTemplatesResult < Struct.new( :launch_templates, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      23559 23560 23561 23562 23563 23564  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 23559 class DescribeLaunchTemplatesResult < Struct.new( :launch_templates, :next_token) SENSITIVE = [] include Aws::Structure end  |