You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::LaunchTemplateSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateSpecification
- Defined in:
- (unknown)
Overview
Note:
When passing LaunchTemplateSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
launch_template_id: "LaunchTemplateId",
launch_template_name: "String",
version: "String",
}
The launch template to use. You must specify either the launch template ID or launch template name in the request, but not both.
Returned by:
Instance Attribute Summary collapse
-
#launch_template_id ⇒ String
The ID of the launch template.
-
#launch_template_name ⇒ String
The name of the launch template.
-
#version ⇒ String
The version number of the launch template.
Instance Attribute Details
#launch_template_id ⇒ String
The ID of the launch template.
#launch_template_name ⇒ String
The name of the launch template.
#version ⇒ String
The version number of the launch template.
Default: The default version for the launch template.