CreateImportJobResponse

public struct CreateImportJobResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A string that represents the import job ID.

    Declaration

    Swift

    public let jobId: String?
  • Undocumented

    Declaration

    Swift

    public init(jobId: String? = nil)