Predecessor

public struct Predecessor : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the job definition used by the predecessor job run.

    Declaration

    Swift

    public let jobName: String?
  • The job-run ID of the predecessor job run.

    Declaration

    Swift

    public let runId: String?
  • Undocumented

    Declaration

    Swift

    public init(jobName: String? = nil, runId: String? = nil)