ListImportJobsResponse

public struct ListImportJobsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of the import job summaries.

    Declaration

    Swift

    public let importJobs: [ImportJobSummary]?
  • A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(importJobs: [ImportJobSummary]? = nil, nextToken: String? = nil)