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

*****************************
list_data_protection_settings
*****************************



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

  

  Retrieves a list of data protection settings.

  

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


  **Request Syntax**
  ::

    response = client.list_data_protection_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**

    
    ::

      {
          'dataProtectionSettings': [
              {
                  'dataProtectionSettingsArn': 'string',
                  'displayName': 'string',
                  'description': 'string',
                  'creationDate': datetime(2015, 1, 1)
              },
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **dataProtectionSettings** *(list) --* 

        The data protection settings.

        
        

        - *(dict) --* 

          The summary of the data protection settings.

          
          

          - **dataProtectionSettingsArn** *(string) --* 

            The ARN of the data protection settings.

            
          

          - **displayName** *(string) --* 

            The display name of the data protection settings.

            
          

          - **description** *(string) --* 

            The description of the data protection settings.

            
          

          - **creationDate** *(datetime) --* 

            The creation date timestamp of the data protection 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`

  