JobExecutionSummary

public struct JobExecutionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string (consisting of the digits “0” through “9”) which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.

    Declaration

    Swift

    public let executionNumber: Int64?
  • The time, in seconds since the epoch, when the job execution was last updated.

    Declaration

    Swift

    public let lastUpdatedAt: TimeStamp?
  • The time, in seconds since the epoch, when the job execution was queued.

    Declaration

    Swift

    public let queuedAt: TimeStamp?
  • The time, in seconds since the epoch, when the job execution started.

    Declaration

    Swift

    public let startedAt: TimeStamp?
  • The status of the job execution.

    Declaration

    Swift

    public let status: JobExecutionStatus?
  • Undocumented

    Declaration

    Swift

    public init(executionNumber: Int64? = nil, lastUpdatedAt: TimeStamp? = nil, queuedAt: TimeStamp? = nil, startedAt: TimeStamp? = nil, status: JobExecutionStatus? = nil)