GetJobBookmarkRequest

public struct GetJobBookmarkRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the job in question.

    Declaration

    Swift

    public let jobName: String
  • The unique run identifier associated with this job run.

    Declaration

    Swift

    public let runId: String?
  • Undocumented

    Declaration

    Swift

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