ListJobsResult
public struct ListJobsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of current jobs and jobs that have ended within the last 30 days.
Declaration
Swift
public let jobs: [JobListDescriptor]?
-
If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(jobs: [JobListDescriptor]? = nil, nextToken: String? = nil)