:doc:`FraudDetector <../../frauddetector>` / Client / get_list_elements

*****************
get_list_elements
*****************



.. py:method:: FraudDetector.Client.get_list_elements(**kwargs)

  

  Gets all the elements in the specified list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/GetListElements>`_  


  **Request Syntax**
  ::

    response = client.get_list_elements(
        name='string',
        nextToken='string',
        maxResults=123
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the list.

    

  
  :type nextToken: string
  :param nextToken: 

    The next token for the subsequent request.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of objects to return for the request.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'elements': [
              'string',
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **elements** *(list) --* 

        The list elements.

        
        

        - *(string) --* 
    
      

      - **nextToken** *(string) --* 

        The next page token.

        
  
  **Exceptions**
  
  *   :py:class:`FraudDetector.Client.exceptions.ValidationException`

  
  *   :py:class:`FraudDetector.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`FraudDetector.Client.exceptions.InternalServerException`

  
  *   :py:class:`FraudDetector.Client.exceptions.ThrottlingException`

  
  *   :py:class:`FraudDetector.Client.exceptions.AccessDeniedException`

  