AWSCognitoIdentityGetIdResponse
Objective-C
@interface AWSCognitoIdentityGetIdResponse : AWSModel
Swift
class AWSCognitoIdentityGetIdResponse : AWSModel
Returned in response to a GetId request.
-
A unique identifier in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityId;
Swift
var identityId: String? { get set }