class Aws::CognitoSync::Types::UnsubscribeFromDatasetRequest
A request to UnsubscribeFromDataset.
@note When making an API call, you may pass UnsubscribeFromDatasetRequest
data as a hash: { identity_pool_id: "IdentityPoolId", # required identity_id: "IdentityId", # required dataset_name: "DatasetName", # required device_id: "DeviceId", # required }
@!attribute [rw] identity_pool_id
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. The ID of the pool to which this identity belongs. @return [String]
@!attribute [rw] identity_id
Unique ID for this identity. @return [String]
@!attribute [rw] dataset_name
The name of the dataset from which to unsubcribe. @return [String]
@!attribute [rw] device_id
The unique ID generated for this device by Cognito. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/UnsubscribeFromDatasetRequest AWS API Documentation
Constants
- SENSITIVE