You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::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: "LaunchTemplateName",
  version: "LaunchTemplateVersion",
}

This data type is used with the Amazon GameLift FleetIQ and game server groups.

An EC2 launch template that contains configuration settings and game server code to be deployed to all instances in a game server group. The launch template is specified when creating a new game server group with CreateGameServerGroup.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_idString

A unique identifier for an existing EC2 launch template.

Returns:

  • (String)

    A unique identifier for an existing EC2 launch template.

#launch_template_nameString

A readable identifier for an existing EC2 launch template.

Returns:

  • (String)

    A readable identifier for an existing EC2 launch template.

#versionString

The version of the EC2 launch template to use. If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.

Returns:

  • (String)

    The version of the EC2 launch template to use.