Class: Aws::PCS::Types::CustomLaunchTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::CustomLaunchTemplate
- 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
-
#id ⇒ String
The ID of the EC2 launch template to use to provision instances.
-
#version ⇒ String
The version of the EC2 launch template to use to provision instances.
Instance Attribute Details
#id ⇒ String
The ID of the EC2 launch template to use to provision instances.
Example: lt-xxxx
733 734 735 736 737 738 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 733 class CustomLaunchTemplate < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the EC2 launch template to use to provision instances.
733 734 735 736 737 738 |
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 733 class CustomLaunchTemplate < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |