class Aws::CognitoIdentityProvider::Types::AdminListDevicesRequest

Represents the request to list devices, as an administrator.

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

data as a hash:

    {
      user_pool_id: "UserPoolIdType", # required
      username: "UsernameType", # required
      limit: 1,
      pagination_token: "SearchPaginationTokenType",
    }

@!attribute [rw] user_pool_id

The user pool ID.
@return [String]

@!attribute [rw] username

The user name.
@return [String]

@!attribute [rw] limit

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

@!attribute [rw] pagination_token

The pagination token.
@return [String]

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

Constants

SENSITIVE