class Aws::CognitoSync::Types::SubscribeToDatasetRequest

A request to SubscribeToDatasetRequest.

@note When making an API call, you may pass SubscribeToDatasetRequest

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 the identity belongs.
@return [String]

@!attribute [rw] identity_id

Unique ID for this identity.
@return [String]

@!attribute [rw] dataset_name

The name of the dataset to subcribe to.
@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/SubscribeToDatasetRequest AWS API Documentation

Constants

SENSITIVE