Class: Aws::Imagebuilder::Types::FastLaunchLaunchTemplateSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::FastLaunchLaunchTemplateSpecification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.
<note markdown=“1”> You can specify either the ‘launchTemplateName` or the `launchTemplateId`, but not both.
</note>
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.
-
#launch_template_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.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2542 class FastLaunchLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :launch_template_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.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2542 class FastLaunchLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :launch_template_version) SENSITIVE = [] include Aws::Structure end |
#launch_template_version ⇒ String
The version of the launch template to use for faster launching for a Windows AMI.
2542 2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2542 class FastLaunchLaunchTemplateSpecification < Struct.new( :launch_template_id, :launch_template_name, :launch_template_version) SENSITIVE = [] include Aws::Structure end |