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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a launch template.

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time launch template was created.

Returns:

  • (Time)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#created_byString

The principal that created the launch template.

Returns:

  • (String)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#default_version_numberInteger

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

Returns:

  • (Integer)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#latest_version_numberInteger

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

Returns:

  • (Integer)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#launch_template_idString

The ID of the launch template.

Returns:

  • (String)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#launch_template_nameString

The name of the launch template.

Returns:

  • (String)


23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags for the launch template.

Returns:



23710
23711
23712
23713
23714
23715
23716
23717
23718
23719
# File 'lib/aws-sdk-ec2/types.rb', line 23710

class LaunchTemplate < Struct.new(
  :launch_template_id,
  :launch_template_name,
  :create_time,
  :created_by,
  :default_version_number,
  :latest_version_number,
  :tags)
  include Aws::Structure
end