Class: Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationResponse
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Identifies the launch template to use for faster launching of the Windows AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_id ⇒ String
The ID of the launch template for faster launching of the associated Windows AMI.
-
#launch_template_name ⇒ String
The name of the launch template for faster launching of the associated Windows AMI.
-
#version ⇒ String
The version of the launch template for faster launching of the associated Windows AMI.
Instance Attribute Details
#launch_template_id ⇒ String
The ID of the launch template for faster launching of the associated Windows AMI.
30352 30353 30354 30355 30356 30357 30358 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30352 class FastLaunchLaunchTemplateSpecificationResponse < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#launch_template_name ⇒ String
The name of the launch template for faster launching of the associated Windows AMI.
30352 30353 30354 30355 30356 30357 30358 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30352 class FastLaunchLaunchTemplateSpecificationResponse < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the launch template for faster launching of the associated Windows AMI.
30352 30353 30354 30355 30356 30357 30358 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30352 class FastLaunchLaunchTemplateSpecificationResponse < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |