ListJobsResponse

public struct ListJobsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of jobs.

    Declaration

    Swift

    public let jobs: [JobSummary]?
  • The token for the next set of results, or null if there are no additional results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(jobs: [JobSummary]? = nil, nextToken: String? = nil)