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 fast-launch enabled Windows AMI.
LaunchTemplateName
or the
LaunchTemplateId
, but not both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_id ⇒ String
The ID of the launch template to use for faster launching for a Windows AMI.
-
#launch_template_name ⇒ String
The name of the launch template to use for faster launching for a Windows AMI.
-
#version ⇒ String
The version of the launch template to use for faster launching for a Windows AMI.
Instance Attribute Details
#launch_template_id ⇒ String
The ID of the launch template to use for faster launching for a Windows AMI.
31172 31173 31174 31175 31176 31177 31178 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31172 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#launch_template_name ⇒ String
The name of the launch template to use for faster launching for a Windows AMI.
31172 31173 31174 31175 31176 31177 31178 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31172 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the launch template to use for faster launching for a Windows AMI.
31172 31173 31174 31175 31176 31177 31178 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31172 class FastLaunchLaunchTemplateSpecificationRequest < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |