ListDatastoresRequest
public struct ListDatastoresRequest : AWSShape
extension IoTAnalytics.ListDatastoresRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of results to return in this request. The default value is 100.
Declaration
Swift
public let maxResults: Int? -
The token for the next set of results.
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) -> IoTAnalytics.ListDatastoresRequest
View on GitHub
ListDatastoresRequest Structure Reference