FraudDetector / Client / get_list_elements

get_list_elements#

FraudDetector.Client.get_list_elements(**kwargs)#

Gets all the elements in the specified list.

See also: AWS API Documentation

Request Syntax

response = client.get_list_elements(
    name='string',
    nextToken='string',
    maxResults=123
)
Parameters:
  • name (string) –

    [REQUIRED]

    The name of the list.

  • nextToken (string) – The next token for the subsequent request.

  • maxResults (integer) – The maximum number of objects to return for the request.

Return type:

dict

Returns:

Response Syntax

{
    'elements': [
        'string',
    ],
    'nextToken': 'string'
}

Response Structure

  • (dict) –

    • elements (list) –

      The list elements.

      • (string) –

    • nextToken (string) –

      The next page token.

Exceptions