class Aws::CognitoSync::Types::ListDatasetsRequest

Request for a list of datasets for an identity.

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

data as a hash:

    {
      identity_pool_id: "IdentityPoolId", # required
      identity_id: "IdentityId", # required
      next_token: "String",
      max_results: 1,
    }

@!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] 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]

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

Constants

SENSITIVE