ListJobsRequest
public struct ListJobsRequest : AWSShape
extension S3Control.ListJobsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let accountId: String
-
The List Jobs request returns jobs that match the statuses listed in this element.
Declaration
Swift
public let jobStatuses: [JobStatus]?
-
The maximum number of jobs that Amazon S3 will include in the List Jobs response. If there are more jobs than this number, the response will include a pagination token in the NextToken field to enable you to retrieve the next page of results.
Declaration
Swift
public let maxResults: Int?
-
A pagination token to request the next page of results. Use the token that Amazon S3 returned in the NextToken element of the ListJobsResult from the previous List Jobs request.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(accountId: String, jobStatuses: [JobStatus]? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> S3Control.ListJobsRequest