AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <JobExecutionData.h>
Public Member Functions | |
JobExecutionData ()=default | |
JobExecutionData (const Crt::JsonView &doc) | |
JobExecutionData & | operator= (const Crt::JsonView &doc) |
void | SerializeToObject (Crt::JsonObject &doc) const |
Data about a job execution.
|
default |
Aws::Iotjobs::JobExecutionData::JobExecutionData | ( | const Crt::JsonView & | doc | ) |
JobExecutionData & Aws::Iotjobs::JobExecutionData::operator= | ( | const Crt::JsonView & | doc | ) |
void Aws::Iotjobs::JobExecutionData::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
Aws::Crt::Optional<int64_t> Aws::Iotjobs::JobExecutionData::ExecutionNumber |
A number that identifies a job execution on a device. It can be used later in commands that return or update job execution information.
Aws::Crt::Optional<Aws::Crt::JsonObject> Aws::Iotjobs::JobExecutionData::JobDocument |
The content of the job document.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::JobExecutionData::JobId |
The unique identifier you assigned to this job when it was created.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::JobExecutionData::LastUpdatedAt |
The time when the job execution started.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::JobExecutionData::QueuedAt |
The time when the job execution was enqueued.
Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::JobExecutionData::StartedAt |
The time when the job execution started.
Aws::Crt::Optional<Aws::Iotjobs::JobStatus> Aws::Iotjobs::JobExecutionData::Status |
The status of the job execution. Can be one of: QUEUED, IN_PROGRESS, FAILED, SUCCEEDED, CANCELED, TIMED_OUT, REJECTED, or REMOVED.
Aws::Crt::Optional<Aws::Crt::Map<Aws::Crt::String, Aws::Crt::String> > Aws::Iotjobs::JobExecutionData::StatusDetails |
A collection of name-value pairs that describe the status of the job execution.
Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::JobExecutionData::ThingName |
The name of the thing that is executing the job.
Aws::Crt::Optional<int32_t> Aws::Iotjobs::JobExecutionData::VersionNumber |
The version of the job execution. Job execution versions are incremented each time they are updated by a device.