AWSCognitoSyncBulkPublishResponse

Objective-C

@interface AWSCognitoSyncBulkPublishResponse

Swift

class AWSCognitoSyncBulkPublishResponse

The output for the BulkPublish operation.

  • A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

    Declaration

    Objective-C

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

    Swift

    var identityPoolId: String? { get set }