emrcontainers_describe_job_template {paws.compute} | R Documentation |
Displays detailed information about a specified job template
Description
Displays detailed information about a specified job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
See https://www.paws-r-sdk.com/docs/emrcontainers_describe_job_template/ for full documentation.
Usage
emrcontainers_describe_job_template(id)
Arguments
id |
[required] The ID of the job template that will be described. |
[Package paws.compute version 0.9.0 Index]