AWSCognitoIdentityIdentityDescription
Objective-C
@interface AWSCognitoIdentityIdentityDescription : AWSModel
Swift
class AWSCognitoIdentityIdentityDescription : AWSModel
A description of the identity.
-
Date on which the identity was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;Swift
var creationDate: Date? { get set } -
A unique identifier in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityId;Swift
var identityId: String? { get set } -
Date on which the identity was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;Swift
var lastModifiedDate: Date? { get set } -
The provider names.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable logins;Swift
var logins: [String]? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityIdentityDescription Class Reference