:doc:`SystemsManagerQuickSetup <../../ssm-quicksetup>` / Client / get_service_settings

********************
get_service_settings
********************



.. py:method:: SystemsManagerQuickSetup.Client.get_service_settings()

  

  Returns settings configured for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ssm-quicksetup-2018-05-10/GetServiceSettings>`_  


  **Request Syntax**

  ::

    response = client.get_service_settings()
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ServiceSettings': {
              'ExplorerEnablingRoleArn': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ServiceSettings** *(dict) --* 

        Returns details about the settings for Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.

        
        

        - **ExplorerEnablingRoleArn** *(string) --* 

          The IAM role used to enable Explorer.

          
    
  
  **Exceptions**
  
  *   :py:class:`SystemsManagerQuickSetup.Client.exceptions.ConflictException`

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

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

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

  