ListJobsResponse

public struct ListJobsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of all jobs in the account, or the jobs with the specified tags.

    Declaration

    Swift

    public let jobNames: [String]?
  • A continuation token, if the returned list does not contain the last metric available.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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