Class: Aws::Types::CopyJobTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def farm_id
  @farm_id
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def job_id
  @job_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


665
666
667
# File 'sig/types.rbs', line 665

def queue_id
  @queue_id
end

#target_s3_locationTypes::S3Location

Returns the value of attribute target_s3_location.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def target_s3_location
  @target_s3_location
end