ListJobsResult
public struct ListJobsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The result structure for the list job result request.
Declaration
Swift
public let jobSummaries: [JobSummary] -
A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(jobSummaries: [JobSummary], nextToken: String? = nil)
View on GitHub
ListJobsResult Structure Reference