You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Inspector::Types::GetAssessmentReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::GetAssessmentReportRequest
- Defined in:
- (unknown)
Overview
When passing GetAssessmentReportRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
assessment_run_arn: "Arn", # required
report_file_format: "HTML", # required, accepts HTML, PDF
report_type: "FINDING", # required, accepts FINDING, FULL
}
Instance Attribute Summary collapse
-
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run for which you want to generate a report.
-
#report_file_format ⇒ String
Specifies the file format (html or pdf) of the assessment report that you want to generate.
-
#report_type ⇒ String
Specifies the type of the assessment report that you want to generate.
Instance Attribute Details
#assessment_run_arn ⇒ String
The ARN that specifies the assessment run for which you want to generate a report.
#report_file_format ⇒ String
Specifies the file format (html or pdf) of the assessment report that you want to generate.
Possible values:
- HTML
#report_type ⇒ String
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.