:doc:`ResourceExplorer <../../resource-explorer-2>` / Client / get_managed_view

****************
get_managed_view
****************



.. py:method:: ResourceExplorer.Client.get_managed_view(**kwargs)

  

  Retrieves details of the specified `Amazon Web Services-managed view <https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/resource-explorer-2-2022-07-28/GetManagedView>`_  


  **Request Syntax**
  ::

    response = client.get_managed_view(
        ManagedViewArn='string'
    )
    
  :type ManagedViewArn: string
  :param ManagedViewArn: **[REQUIRED]** 

    The Amazon resource name (ARN) of the managed view.

    

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

    
    ::

      {
          'ManagedView': {
              'ManagedViewArn': 'string',
              'ManagedViewName': 'string',
              'TrustedService': 'string',
              'LastUpdatedAt': datetime(2015, 1, 1),
              'Owner': 'string',
              'Scope': 'string',
              'IncludedProperties': [
                  {
                      'Name': 'string'
                  },
              ],
              'Filters': {
                  'FilterString': 'string'
              },
              'ResourcePolicy': 'string',
              'Version': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ManagedView** *(dict) --* 

        Details about the specified managed view.

        
        

        - **ManagedViewArn** *(string) --* 

          The `Amazon resource name (ARN) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`__ of the managed view.

          
        

        - **ManagedViewName** *(string) --* 

          The name of the managed view.

          
        

        - **TrustedService** *(string) --* 

          The service principal of the Amazon Web Services service that created and manages the managed view.

          
        

        - **LastUpdatedAt** *(datetime) --* 

          The date and time when this managed view was last modified.

          
        

        - **Owner** *(string) --* 

          The Amazon Web Services account that owns this managed view.

          
        

        - **Scope** *(string) --* 

          An `Amazon resource name (ARN) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`__ of an Amazon Web Services account or organization that specifies whether this managed view includes resources from only the specified Amazon Web Services account or all accounts in the specified organization.

          
        

        - **IncludedProperties** *(list) --* 

          A structure that contains additional information about the managed view.

          
          

          - *(dict) --* 

            Information about an additional property that describes a resource, that you can optionally include in the view. This lets you view that property in search results, and filter your search results based on the value of the property.

            
            

            - **Name** *(string) --* 

              The name of the property that is included in this view.

               

              You can specify the following property names for this field:

               

              
              * ``tags``
              

              
        
      
        

        - **Filters** *(dict) --* 

          A search filter defines which resources can be part of a search query result set.

          
          

          - **FilterString** *(string) --* 

            The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a  Search operation. For more details, see `Search query syntax <https://docs.aws.amazon.com/resource-explorer/latest/APIReference/about-query-syntax.html>`__.

            
      
        

        - **ResourcePolicy** *(string) --* 

          The resource policy that defines access to the managed view. To learn more about this policy, review `Managed views <https://docs.aws.amazon.com/resource-explorer/latest/userguide/aws-managed-views.html>`__.

          
        

        - **Version** *(string) --* 

          The version of the managed view.

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

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

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

  
  *   :py:class:`ResourceExplorer.Client.exceptions.UnauthorizedException`

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

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

  