Class: Aws::Deadline::Types::CopyJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CopyJobTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID to copy.
-
#job_id ⇒ String
The job ID to copy.
-
#queue_id ⇒ String
The queue ID to copy.
-
#target_s3_location ⇒ Types::S3Location
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
Instance Attribute Details
#farm_id ⇒ String
The farm ID to copy.
912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-deadline/types.rb', line 912 class CopyJobTemplateRequest < Struct.new( :farm_id, :job_id, :queue_id, :target_s3_location) SENSITIVE = [] include Aws::Structure end |
#job_id ⇒ String
The job ID to copy.
912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-deadline/types.rb', line 912 class CopyJobTemplateRequest < Struct.new( :farm_id, :job_id, :queue_id, :target_s3_location) SENSITIVE = [] include Aws::Structure end |
#queue_id ⇒ String
The queue ID to copy.
912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-deadline/types.rb', line 912 class CopyJobTemplateRequest < Struct.new( :farm_id, :job_id, :queue_id, :target_s3_location) SENSITIVE = [] include Aws::Structure end |
#target_s3_location ⇒ Types::S3Location
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
912 913 914 915 916 917 918 919 |
# File 'lib/aws-sdk-deadline/types.rb', line 912 class CopyJobTemplateRequest < Struct.new( :farm_id, :job_id, :queue_id, :target_s3_location) SENSITIVE = [] include Aws::Structure end |