class Aws::IoTJobsDataPlane::Types::DescribeJobExecutionRequest

@note When making an API call, you may pass DescribeJobExecutionRequest

data as a hash:

    {
      job_id: "DescribeJobExecutionJobId", # required
      thing_name: "ThingName", # required
      include_job_document: false,
      execution_number: 1,
    }

@!attribute [rw] job_id

The unique identifier assigned to this job when it was created.
@return [String]

@!attribute [rw] thing_name

The thing name associated with the device the job execution is
running on.
@return [String]

@!attribute [rw] include_job_document

Optional. When set to true, the response contains the job document.
The default is false.
@return [Boolean]

@!attribute [rw] execution_number

Optional. A number that identifies a particular job execution on a
particular device. If not specified, the latest job execution is
returned.
@return [Integer]

Constants

SENSITIVE