getJob

inline suspend fun DeviceFarmClient.getJob(crossinline block: GetJobRequest.Builder.() -> Unit): GetJobResponse

Gets information about a job.

Samples

// The following example returns information about a specific job.
val resp = deviceFarmClient.getJob {
    arn = "arn:aws:devicefarm:us-west-2::job:123-456-EXAMPLE-GUID"
}