class Aws::CognitoSync::Types::ListRecordsRequest

A request for a list of records.

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

data as a hash:

    {
      identity_pool_id: "IdentityPoolId", # required
      identity_id: "IdentityId", # required
      dataset_name: "DatasetName", # required
      last_sync_count: 1,
      next_token: "String",
      max_results: 1,
      sync_session_token: "SyncSessionToken",
    }

@!attribute [rw] identity_pool_id

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

@!attribute [rw] identity_id

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

@!attribute [rw] dataset_name

A string of up to 128 characters. Allowed characters are a-z, A-Z,
0-9, '\_' (underscore), '-' (dash), and '.' (dot).
@return [String]

@!attribute [rw] last_sync_count

The last server sync count for this record.
@return [Integer]

@!attribute [rw] next_token

A pagination token for obtaining the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to be returned.
@return [Integer]

@!attribute [rw] sync_session_token

A token containing a session ID, identity ID, and expiration.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/ListRecordsRequest AWS API Documentation

Constants

SENSITIVE