AWSCognitoIdentityListIdentitiesResponse
Objective-C
@interface AWSCognitoIdentityListIdentitiesResponse : AWSModel
Swift
class AWSCognitoIdentityListIdentitiesResponse : AWSModel
The response to a ListIdentities request.
-
An object containing a set of identities and associated mappings.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSCognitoIdentityIdentityDescription *> *_Nullable identities;
Swift
var identities: [AWSCognitoIdentityIdentityDescription]? { get set }
-
An identity pool ID in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;
Swift
var identityPoolId: String? { get set }
-
A pagination token.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }