Class: Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FastLaunchLaunchTemplateSpecificationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Identifies the launch template that the AMI uses for Windows fast launch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_template_id ⇒ String
The ID of the launch template that the AMI uses for Windows fast launch.
-
#launch_template_name ⇒ String
The name of the launch template that the AMI uses for Windows fast launch.
-
#version ⇒ String
The version of the launch template that the AMI uses for Windows fast launch.
Instance Attribute Details
#launch_template_id ⇒ String
The ID of the launch template that the AMI uses for Windows fast launch.
35111 35112 35113 35114 35115 35116 35117 |
# File 'lib/aws-sdk-ec2/types.rb', line 35111 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 that the AMI uses for Windows fast launch.
35111 35112 35113 35114 35115 35116 35117 |
# File 'lib/aws-sdk-ec2/types.rb', line 35111 class FastLaunchLaunchTemplateSpecificationResponse < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the launch template that the AMI uses for Windows fast launch.
35111 35112 35113 35114 35115 35116 35117 |
# File 'lib/aws-sdk-ec2/types.rb', line 35111 class FastLaunchLaunchTemplateSpecificationResponse < Struct.new( :launch_template_id, :launch_template_name, :version) SENSITIVE = [] include Aws::Structure end |