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

Class: Aws::EC2::Types::LaunchTemplate

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time launch template was created.

Returns:

  • (Time)

    The time launch template was created.

#created_byString

The principal that created the launch template.

Returns:

  • (String)

    The principal that created the launch template.

#default_version_numberInteger

The version number of the default version of the launch template.

Returns:

  • (Integer)

    The version number of the default version of the launch template.

#latest_version_numberInteger

The version number of the latest version of the launch template.

Returns:

  • (Integer)

    The version number of the latest version of the launch template.

#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.

#tagsArray<Types::Tag>

The tags for the launch template.

Returns:

  • (Array<Types::Tag>)

    The tags for the launch template.