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

Class: Aws::EC2::Types::LaunchTemplateVersion

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

Overview

Describes a launch template version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time the version was created.

Returns:

  • (Time)

    The time the version was created.

#created_byString

The principal that created the version.

Returns:

  • (String)

    The principal that created the version.

#default_versionBoolean

Indicates whether the version is the default version.

Returns:

  • (Boolean)

    Indicates whether the version is the default version.

#launch_template_dataTypes::ResponseLaunchTemplateData

Information about the launch template.

Returns:

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

#version_descriptionString

The description for the version.

Returns:

  • (String)

    The description for the version.

#version_numberInteger

The version number.

Returns:

  • (Integer)

    The version number.