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

Class: Aws::EC2::Types::FleetLaunchTemplateSpecificationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FleetLaunchTemplateSpecificationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  launch_template_id: "LaunchTemplateId",
  launch_template_name: "LaunchTemplateName",
  version: "String",
}

Describes the Amazon EC2 launch template and the launch template version that can be used by an EC2 Fleet to configure Amazon EC2 instances. For information about launch templates, see Launching an instance from a launch template in the Amazon Elastic Compute Cloud User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#launch_template_idString

The ID of the launch template. If you specify the template ID, you can\'t specify the template name.

Returns:

  • (String)

    The ID of the launch template.

#launch_template_nameString

The name of the launch template. If you specify the template name, you can\'t specify the template ID.

Returns:

  • (String)

    The name of the launch template.

#versionString

The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails.

If the value is $Latest, Amazon EC2 uses the latest version of the launch template.

If the value is $Default, Amazon EC2 uses the default version of the launch template.

Returns:

  • (String)

    The launch template version number, $Latest, or $Default.