ListProgressUpdateStreamsRequest
public struct ListProgressUpdateStreamsRequest : AWSShape
extension MigrationHub.ListProgressUpdateStreamsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Filter to limit the maximum number of results to list per page.
Declaration
Swift
public let maxResults: Int? -
If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> MigrationHub.ListProgressUpdateStreamsRequest
View on GitHub
ListProgressUpdateStreamsRequest Structure Reference