JobBookmarkEntry

public struct JobBookmarkEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The attempt ID number.

    Declaration

    Swift

    public let attempt: Int?
  • The bookmark itself.

    Declaration

    Swift

    public let jobBookmark: String?
  • The name of the job in question.

    Declaration

    Swift

    public let jobName: String?
  • The unique run identifier associated with the previous job run.

    Declaration

    Swift

    public let previousRunId: String?
  • run

    The run ID number.

    Declaration

    Swift

    public let run: Int?
  • The run ID number.

    Declaration

    Swift

    public let runId: String?
  • The version of the job.

    Declaration

    Swift

    public let version: Int?
  • Undocumented

    Declaration

    Swift

    public init(attempt: Int? = nil, jobBookmark: String? = nil, jobName: String? = nil, previousRunId: String? = nil, run: Int? = nil, runId: String? = nil, version: Int? = nil)