Class: Aws::EC2::Types::ModifyLaunchTemplateResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyLaunchTemplateResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #launch_template  ⇒ Types::LaunchTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the launch template. 
Instance Attribute Details
#launch_template ⇒ Types::LaunchTemplate
Information about the launch template.
| 58933 58934 58935 58936 58937 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58933 class ModifyLaunchTemplateResult < Struct.new( :launch_template) SENSITIVE = [] include Aws::Structure end |