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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#assessment_run_arnString

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

Returns:

  • (String)

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

#report_file_formatString

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

Possible values:

  • HTML
  • PDF

Returns:

  • (String)

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

#report_typeString

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.

Returns:

  • (String)

    Specifies the type of the assessment report that you want to generate.