AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <DescribeJobExecutionRequest.h>
Public Member Functions | |
DescribeJobExecutionRequest ()=default | |
DescribeJobExecutionRequest (const Crt::JsonView &doc) | |
DescribeJobExecutionRequest & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
Aws::Crt::Optional< Aws::Crt::String > | ThingName |
Aws::Crt::Optional< Aws::Crt::String > | JobId |
Aws::Crt::Optional< Aws::Crt::String > | ClientToken |
Aws::Crt::Optional< int64_t > | ExecutionNumber |
Aws::Crt::Optional< bool > | IncludeJobDocument |
Data needed to make a DescribeJobExecution request.
|
default |
Aws::Iotjobs::DescribeJobExecutionRequest::DescribeJobExecutionRequest | ( | const Crt::JsonView & | doc | ) |
DescribeJobExecutionRequest & Aws::Iotjobs::DescribeJobExecutionRequest::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotjobs::DescribeJobExecutionRequest::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::DescribeJobExecutionRequest::ClientToken |
An opaque string used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
Aws::Crt::Optional<int64_t> Aws::Iotjobs::DescribeJobExecutionRequest::ExecutionNumber |
Optional. A number that identifies a job execution on a device. If not specified, the latest job execution is returned.
Aws::Crt::Optional<bool> Aws::Iotjobs::DescribeJobExecutionRequest::IncludeJobDocument |
Optional. Unless set to false, the response contains the job document. The default is true.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::DescribeJobExecutionRequest::JobId |
The unique identifier assigned to this job when it was created. Or use $next to return the next pending job execution for a thing (status IN_PROGRESS or QUEUED). In this case, any job executions with status IN_PROGRESS are returned first. Job executions are returned in the order in which they were created.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::DescribeJobExecutionRequest::ThingName |
The name of the thing associated with the device.