Class: Aws::Types::CopyJobTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyJobTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#target_s3_location ⇒ Types::S3Location
Returns the value of attribute target_s3_location.
Instance Attribute Details
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
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.
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.
665 666 667 |
# File 'sig/types.rbs', line 665 def queue_id @queue_id end |
#target_s3_location ⇒ Types::S3Location
Returns the value of attribute target_s3_location.
667 668 669 |
# File 'sig/types.rbs', line 667 def target_s3_location @target_s3_location end |