Class: Aws::Deadline::Types::CopyJobTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID to copy.

Returns:

  • (String)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-deadline/types.rb', line 863

class CopyJobTemplateRequest < Struct.new(
  :farm_id,
  :job_id,
  :queue_id,
  :target_s3_location)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID to copy.

Returns:

  • (String)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-deadline/types.rb', line 863

class CopyJobTemplateRequest < Struct.new(
  :farm_id,
  :job_id,
  :queue_id,
  :target_s3_location)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID to copy.

Returns:

  • (String)


863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-deadline/types.rb', line 863

class CopyJobTemplateRequest < Struct.new(
  :farm_id,
  :job_id,
  :queue_id,
  :target_s3_location)
  SENSITIVE = []
  include Aws::Structure
end

#target_s3_locationTypes::S3Location

The Amazon S3 bucket name and key where you would like to add a copy of the job template.

Returns:



863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-deadline/types.rb', line 863

class CopyJobTemplateRequest < Struct.new(
  :farm_id,
  :job_id,
  :queue_id,
  :target_s3_location)
  SENSITIVE = []
  include Aws::Structure
end