Class: Aws::PCS::Types::CustomLaunchTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb

Overview

An Amazon EC2 launch template Amazon Web Services PCS uses to launch compute nodes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the EC2 launch template to use to provision instances.

Example: lt-xxxx

Returns:

  • (String)


729
730
731
732
733
734
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 729

class CustomLaunchTemplate < Struct.new(
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the EC2 launch template to use to provision instances.

Returns:

  • (String)


729
730
731
732
733
734
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 729

class CustomLaunchTemplate < Struct.new(
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end