You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Batch::Types::LaunchTemplateSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::LaunchTemplateSpecification
- Defined in:
- (unknown)
Overview
When passing LaunchTemplateSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
launch_template_id: "String",
launch_template_name: "String",
version: "String",
}
An object representing a launch template associated with a compute resource. 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,
$Latest
, or$Default
.
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, $Latest
, or $Default
.
If the value is $Latest
, the latest version of the launch template is
used. If the value is $Default
, the default version of the launch
template is used.
Default: $Default
.