AWSCognitoIdentityListIdentityPoolsInput
Objective-C
@interface AWSCognitoIdentityListIdentityPoolsInput : AWSRequest
Swift
class AWSCognitoIdentityListIdentityPoolsInput : AWSRequest
Input to the ListIdentityPools action.
Required parameters: [MaxResults]
-
The maximum number of identities to return.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
A pagination token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityListIdentityPoolsInput Class Reference