GetJobRequest

public struct GetJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID for an Amplify app.

    Declaration

    Swift

    public let appId: String
  • The branch name for the job.

    Declaration

    Swift

    public let branchName: String
  • The unique ID for the job.

    Declaration

    Swift

    public let jobId: String
  • Undocumented

    Declaration

    Swift

    public init(appId: String, branchName: String, jobId: String)
  • Declaration

    Swift

    public func validate(name: String) throws