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
show all
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

Instance Attribute Details

#launch_template_idString

The ID of the launch template.

Returns:

  • (String)

    The ID of the launch template.

#launch_template_nameString

The name of the launch template.

Returns:

  • (String)

    The name of the launch template.

#versionString

The version number of the launch template.

Default: The default version for the launch template.

Returns:

  • (String)

    The version number of the launch template.