ListDatasetsRequest
public struct ListDatasetsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
Declaration
Swift
public let identityId: String -
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.
Declaration
Swift
public let identityPoolId: String -
The maximum number of results to be returned.
Declaration
Swift
public let maxResults: Int? -
A pagination token for obtaining the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(identityId: String, identityPoolId: String, maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListDatasetsRequest Structure Reference