You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::ListDevicesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDevicesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the request to list the devices.

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

The access tokens for the request to list devices.

Returns:

  • (String)

    The access tokens for the request to list devices.

#limitInteger

The limit of the device request.

Returns:

  • (Integer)

    The limit of the device request.

#pagination_tokenString

The pagination token for the list request.

Returns:

  • (String)

    The pagination token for the list request.