:doc:`AuditManager <../../auditmanager>` / Client / get_assessment_report_url

*************************
get_assessment_report_url
*************************



.. py:method:: AuditManager.Client.get_assessment_report_url(**kwargs)

  

  Gets the URL of an assessment report in Audit Manager.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentReportUrl>`_  


  **Request Syntax**
  ::

    response = client.get_assessment_report_url(
        assessmentReportId='string',
        assessmentId='string'
    )
    
  :type assessmentReportId: string
  :param assessmentReportId: **[REQUIRED]** 

    The unique identifier for the assessment report.

    

  
  :type assessmentId: string
  :param assessmentId: **[REQUIRED]** 

    The unique identifier for the assessment.

    

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

    
    ::

      {
          'preSignedUrl': {
              'hyperlinkName': 'string',
              'link': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **preSignedUrl** *(dict) --* 

        Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

        
        

        - **hyperlinkName** *(string) --* 

          The name or word that's used as a hyperlink to the URL.

          
        

        - **link** *(string) --* 

          The unique identifier for the internet resource.

          
    
  
  **Exceptions**
  
  *   :py:class:`AuditManager.Client.exceptions.ValidationException`

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

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

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

  