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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time launch template was created.

Returns:

  • (Time)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#created_byString

The principal that created the launch template.

Returns:

  • (String)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#default_version_numberInteger

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

Returns:

  • (Integer)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#latest_version_numberInteger

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

Returns:

  • (Integer)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#launch_template_idString

The ID of the launch template.

Returns:

  • (String)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#launch_template_nameString

The name of the launch template.

Returns:

  • (String)


43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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

#tagsArray<Types::Tag>

The tags for the launch template.

Returns:



43895
43896
43897
43898
43899
43900
43901
43902
43903
43904
43905
# File 'lib/aws-sdk-ec2/types.rb', line 43895

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