AWSCognitoIdentityListIdentitiesInput
Objective-C
@interface AWSCognitoIdentityListIdentitiesInput : AWSRequest
Swift
class AWSCognitoIdentityListIdentitiesInput : AWSRequest
Input to the ListIdentities action.
Required parameters: [IdentityPoolId, MaxResults]
-
An optional boolean parameter that allows you to hide disabled identities. If omitted, the ListIdentities API will include disabled identities in the response.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable hideDisabled;Swift
var hideDisabled: NSNumber? { 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 } -
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
AWSCognitoIdentityListIdentitiesInput Class Reference