JobEntry

public struct JobEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN for the job.

    Declaration

    Swift

    public let arn: String
  • The date and time that the job was created, in ISO 8601 format.

    Declaration

    Swift

    public let createdAt: TimeStamp
  • Details of the operation to be performed by the job, such as export destination details or import source details.

    Declaration

    Swift

    public let details: ResponseDetails
  • Errors for jobs.

    Declaration

    Swift

    public let errors: [JobError]?
  • id

    The unique identifier for the job.

    Declaration

    Swift

    public let id: String
  • The state of the job.

    Declaration

    Swift

    public let state: State
  • The job type.

    Declaration

    Swift

    public let type: Type
  • The date and time that the job was last updated, in ISO 8601 format.

    Declaration

    Swift

    public let updatedAt: TimeStamp
  • Undocumented

    Declaration

    Swift

    public init(arn: String, createdAt: TimeStamp, details: ResponseDetails, errors: [JobError]? = nil, id: String, state: State, type: Type, updatedAt: TimeStamp)