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
- Struct
- Aws::EC2::Types::LaunchTemplateVersion
- Defined in:
- (unknown)
Overview
Describes a launch template version.
Returned by:
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The time the version was created.
-
#created_by ⇒ String
The principal that created the version.
-
#default_version ⇒ Boolean
Indicates whether the version is the default version.
-
#launch_template_data ⇒ Types::ResponseLaunchTemplateData
Information about the launch template.
-
#launch_template_id ⇒ String
The ID of the launch template.
-
#launch_template_name ⇒ String
The name of the launch template.
-
#version_description ⇒ String
The description for the version.
-
#version_number ⇒ Integer
The version number.
Instance Attribute Details
#create_time ⇒ Time
The time the version was created.
#created_by ⇒ String
The principal that created the version.
#default_version ⇒ Boolean
Indicates whether the version is the default version.
#launch_template_data ⇒ Types::ResponseLaunchTemplateData
Information about the launch template.
#launch_template_id ⇒ String
The ID of the launch template.
#launch_template_name ⇒ String
The name of the launch template.
#version_description ⇒ String
The description for the version.
#version_number ⇒ Integer
The version number.