class Aws::CognitoIdentityProvider::Types::ListDevicesRequest

Represents the request to list the devices.

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

data as a hash:

    {
      access_token: "TokenModelType", # required
      limit: 1,
      pagination_token: "SearchPaginationTokenType",
    }

@!attribute [rw] access_token

The access tokens for the request to list devices.
@return [String]

@!attribute [rw] limit

The limit of the device request.
@return [Integer]

@!attribute [rw] pagination_token

The pagination token for the list request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/ListDevicesRequest AWS API Documentation

Constants

SENSITIVE