AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetAssessmentReport operation. Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Inspector.AmazonInspectorRequest
      Amazon.Inspector.Model.GetAssessmentReportRequest

Namespace: Amazon.Inspector.Model
Assembly: AWSSDK.Inspector.dll
Version: 3.x.y.z

Syntax

C#
public class GetAssessmentReportRequest : AmazonInspectorRequest
         IAmazonWebServiceRequest

The GetAssessmentReportRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AssessmentRunArn System.String

Gets and sets the property AssessmentRunArn.

The ARN that specifies the assessment run for which you want to generate a report.

Public Property ReportFileFormat Amazon.Inspector.ReportFileFormat

Gets and sets the property ReportFileFormat.

Specifies the file format (html or pdf) of the assessment report that you want to generate.

Public Property ReportType Amazon.Inspector.ReportType

Gets and sets the property ReportType.

Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5