Class: Aws::Deadline::Types::CopyJobTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CopyJobTemplateRequest
- Defined in:
- gems/aws-sdk-deadline/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.
963 964 965 966 967 968 969 970 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963 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.
963 964 965 966 967 968 969 970 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963 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.
963 964 965 966 967 968 969 970 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963 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.
963 964 965 966 967 968 969 970 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963 class CopyJobTemplateRequest < Struct.new( :farm_id, :job_id, :queue_id, :target_s3_location) SENSITIVE = [] include Aws::Structure end |