GetHistoryDeliveryJobsJob

data class GetHistoryDeliveryJobsJob(val createTime: String, val endTime: String, val historyDeliveryJobId: String, val homeRegion: String, val id: String, val jobStatuses: List<GetHistoryDeliveryJobsJobJobStatus>, val startTime: String, val status: Int, val trailName: String, val updatedTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, endTime: String, historyDeliveryJobId: String, homeRegion: String, id: String, jobStatuses: List<GetHistoryDeliveryJobsJobJobStatus>, startTime: String, status: Int, trailName: String, updatedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the task was created.

Link copied to clipboard

The time when the task ended.

Link copied to clipboard
Link copied to clipboard

The home region of the trail.

Link copied to clipboard
val id: String

The ID of the History Delivery Job.

Link copied to clipboard

Detail status of delivery job.

Link copied to clipboard

The time when the task started.

Link copied to clipboard
val status: Int

The status of the task. Valid values: 0, 1, 2, 3. 0: The task is initializing. 1: The task is delivering historical events. 2: The delivery of historical events is complete. 3: The task fails.

Link copied to clipboard

The name of the trail.

Link copied to clipboard

The time when the task was updated.