CreateJobResponse

public struct CreateJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • job

    A section of the response body that provides information about the job that is created.

    Declaration

    Swift

    public let job: Job?
  • Undocumented

    Declaration

    Swift

    public init(job: Job? = nil)