:doc:`ApplicationInsights <../../application-insights>` / Client / list_log_pattern_sets

*********************
list_log_pattern_sets
*********************



.. py:method:: ApplicationInsights.Client.list_log_pattern_sets(**kwargs)

  

  Lists the log pattern sets in the specific application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/ListLogPatternSets>`_  


  **Request Syntax**
  ::

    response = client.list_log_pattern_sets(
        ResourceGroupName='string',
        MaxResults=123,
        NextToken='string',
        AccountId='string'
    )
    
  :type ResourceGroupName: string
  :param ResourceGroupName: **[REQUIRED]** 

    The name of the resource group.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned ``NextToken`` value.

    

  
  :type NextToken: string
  :param NextToken: 

    The token to request the next page of results.

    

  
  :type AccountId: string
  :param AccountId: 

    The Amazon Web Services account ID for the resource group owner.

    

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

    
    ::

      {
          'ResourceGroupName': 'string',
          'AccountId': 'string',
          'LogPatternSets': [
              'string',
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceGroupName** *(string) --* 

        The name of the resource group.

        
      

      - **AccountId** *(string) --* 

        The Amazon Web Services account ID for the resource group owner.

        
      

      - **LogPatternSets** *(list) --* 

        The list of log pattern sets.

        
        

        - *(string) --* 
    
      

      - **NextToken** *(string) --* 

        The token used to retrieve the next page of results. This value is ``null`` when there are no more results to return.

        
  
  **Exceptions**
  
  *   :py:class:`ApplicationInsights.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ApplicationInsights.Client.exceptions.ValidationException`

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

  