SubmitJobResponse

public struct SubmitJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique identifier for the job.

    Declaration

    Swift

    public let jobId: String
  • The name of the job.

    Declaration

    Swift

    public let jobName: String
  • Undocumented

    Declaration

    Swift

    public init(jobId: String, jobName: String)