AWSCognitoIdentityListIdentityPoolsResponse
Objective-C
@interface AWSCognitoIdentityListIdentityPoolsResponse : AWSModel
Swift
class AWSCognitoIdentityListIdentityPoolsResponse : AWSModel
The result of a successful ListIdentityPools action.
-
The identity pools returned by the ListIdentityPools action.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityIdentityPoolShortDescription *> *_Nullable identityPools;
Swift
var identityPools: [AWSCognitoIdentityIdentityPoolShortDescription]? { get set }
-
A pagination token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }