Class: Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationRequest
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Request to create a launch template for a Windows fast launch enabled AMI.
LaunchTemplateName or the
LaunchTemplateId, but not both.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #launch_template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specify the ID of the launch template that the AMI should use for Windows fast launch. 
- 
  
    
      #launch_template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specify the name of the launch template that the AMI should use for Windows fast launch. 
- 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specify the version of the launch template that the AMI should use for Windows fast launch. 
Instance Attribute Details
#launch_template_id ⇒ String
Specify the ID of the launch template that the AMI should use for Windows fast launch.
| 38671 38672 38673 38674 38675 38676 38677 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38671 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end | 
#launch_template_name ⇒ String
Specify the name of the launch template that the AMI should use for Windows fast launch.
| 38671 38672 38673 38674 38675 38676 38677 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38671 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end | 
#version ⇒ String
Specify the version of the launch template that the AMI should use for Windows fast launch.
| 38671 38672 38673 38674 38675 38676 38677 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 38671 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |