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

***************
get_trust_store
***************



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

  

  Gets the trust store.

  

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


  **Request Syntax**
  ::

    response = client.get_trust_store(
        trustStoreArn='string'
    )
    
  :type trustStoreArn: string
  :param trustStoreArn: **[REQUIRED]** 

    The ARN of the trust store.

    

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

    
    ::

      {
          'trustStore': {
              'associatedPortalArns': [
                  'string',
              ],
              'trustStoreArn': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **trustStore** *(dict) --* 

        The trust store.

        
        

        - **associatedPortalArns** *(list) --* 

          A list of web portal ARNs that this trust store is associated with.

          
          

          - *(string) --* 
      
        

        - **trustStoreArn** *(string) --* 

          The ARN of the trust store.

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

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

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

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

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

  