| AWS IoT Device SDK C++ v2
    1.40.1
    AWS IoT Device SDK C++ v2 | 
#include <GetPendingJobExecutionsResponse.h>
| Public Member Functions | |
| GetPendingJobExecutionsResponse ()=default | |
| GetPendingJobExecutionsResponse (const Crt::JsonView &doc) | |
| GetPendingJobExecutionsResponse & | operator= (const Crt::JsonView &doc) | 
| void | SerializeToObject (Crt::JsonObject &doc) const | 
Response payload to a GetPendingJobExecutions request.
| 
 | default | 
| Aws::Iotjobs::GetPendingJobExecutionsResponse::GetPendingJobExecutionsResponse | ( | const Crt::JsonView & | doc | ) | 
| GetPendingJobExecutionsResponse & Aws::Iotjobs::GetPendingJobExecutionsResponse::operator= | ( | const Crt::JsonView & | doc | ) | 
| void Aws::Iotjobs::GetPendingJobExecutionsResponse::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const | 
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotjobs::GetPendingJobExecutionsResponse::ClientToken | 
A client token used to correlate requests and responses.
| Aws::Crt::Optional<Aws::Crt::Vector<Aws::Iotjobs::JobExecutionSummary> > Aws::Iotjobs::GetPendingJobExecutionsResponse::InProgressJobs | 
A list of JobExecutionSummary objects with status IN_PROGRESS.
| Aws::Crt::Optional<Aws::Crt::Vector<Aws::Iotjobs::JobExecutionSummary> > Aws::Iotjobs::GetPendingJobExecutionsResponse::QueuedJobs | 
A list of JobExecutionSummary objects with status QUEUED.
| Aws::Crt::Optional<Aws::Crt::DateTime> Aws::Iotjobs::GetPendingJobExecutionsResponse::Timestamp | 
The time when the message was sent.