AWSCognitoIdentityMergeDeveloperIdentitiesResponse

Objective-C

@interface AWSCognitoIdentityMergeDeveloperIdentitiesResponse : AWSModel

Swift

class AWSCognitoIdentityMergeDeveloperIdentitiesResponse : AWSModel

Returned in response to a successful MergeDeveloperIdentities action.

  • A unique identifier in the format REGION:GUID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identityId;

    Swift

    var identityId: String? { get set }