Class GetPendingJobExecutionsResponse


  • public class GetPendingJobExecutionsResponse
    extends Object
    Response payload to a GetPendingJobExecutions request.
    • Field Detail

      • inProgressJobs

        public List<JobExecutionSummary> inProgressJobs
        A list of JobExecutionSummary objects with status IN_PROGRESS.
      • queuedJobs

        public List<JobExecutionSummary> queuedJobs
        A list of JobExecutionSummary objects with status QUEUED.
      • timestamp

        public Timestamp timestamp
        The time when the message was sent.
      • clientToken

        public String clientToken
        A client token used to correlate requests and responses.
    • Constructor Detail

      • GetPendingJobExecutionsResponse

        public GetPendingJobExecutionsResponse()