ListTasksRequest
public struct ListTasksRequest : AWSShape
extension DataSync.ListTasksRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let filters: [TaskFilter]? -
The maximum number of tasks to return.
Declaration
Swift
public let maxResults: Int? -
An opaque string that indicates the position at which to begin the next list of tasks.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(filters: [TaskFilter]? = nil, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> DataSync.ListTasksRequest
View on GitHub
ListTasksRequest Structure Reference