class Aws::Inspector::Types::GetAssessmentReportRequest

@note When making an API call, you may pass GetAssessmentReportRequest

data as a hash:

    {
      assessment_run_arn: "Arn", # required
      report_file_format: "HTML", # required, accepts HTML, PDF
      report_type: "FINDING", # required, accepts FINDING, FULL
    }

@!attribute [rw] assessment_run_arn

The ARN that specifies the assessment run for which you want to
generate a report.
@return [String]

@!attribute [rw] report_file_format

Specifies the file format (html or pdf) of the assessment report
that you want to generate.
@return [String]

@!attribute [rw] report_type

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][1].

[1]: https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/GetAssessmentReportRequest AWS API Documentation

Constants

SENSITIVE