JobExecutionSummary

public struct JobExecutionSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A number that identifies a particular job execution on a particular device.

    Declaration

    Swift

    public let executionNumber: Int64?
  • The unique identifier you assigned to this job when it was created.

    Declaration

    Swift

    public let jobId: String?
  • The time, in milliseconds since the epoch, when the job execution was last updated.

    Declaration

    Swift

    public let lastUpdatedAt: Int64?
  • The time, in milliseconds since the epoch, when the job execution was enqueued.

    Declaration

    Swift

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

    Declaration

    Swift

    public let startedAt: Int64?
  • The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(executionNumber: Int64? = nil, jobId: String? = nil, lastUpdatedAt: Int64? = nil, queuedAt: Int64? = nil, startedAt: Int64? = nil, versionNumber: Int64? = nil)