:doc:`WorkSpacesWeb <../../workspaces-web>` / Client / list_network_settings

*********************
list_network_settings
*********************



.. py:method:: WorkSpacesWeb.Client.list_network_settings(**kwargs)

  

  Retrieves a list of network settings.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/ListNetworkSettings>`_  


  **Request Syntax**
  ::

    response = client.list_network_settings(
        nextToken='string',
        maxResults=123
    )
    
  :type nextToken: string
  :param nextToken: 

    The pagination token used to retrieve the next page of results for this operation.

    

  
  :type maxResults: integer
  :param maxResults: 

    The maximum number of results to be included in the next page.

    

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

    
    ::

      {
          'networkSettings': [
              {
                  'networkSettingsArn': 'string',
                  'vpcId': 'string'
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **networkSettings** *(list) --* 

        The network settings.

        
        

        - *(dict) --* 

          The summary of network settings.

          
          

          - **networkSettingsArn** *(string) --* 

            The ARN of the network settings.

            
          

          - **vpcId** *(string) --* 

            The VPC ID of the network settings.

            
      
    
      

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

        The pagination token used to retrieve the next page of results for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.InternalServerException`

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

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

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

  