Class: Aws::Inspector::Types::GetAssessmentReportRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1469

class GetAssessmentReportRequest < Struct.new(
  :assessment_run_arn,
  :report_file_format,
  :report_type)
  SENSITIVE = []
  include Aws::Structure
end

#report_file_formatString

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

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1469

class GetAssessmentReportRequest < Struct.new(
  :assessment_run_arn,
  :report_file_format,
  :report_type)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1469
1470
1471
1472
1473
1474
1475
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 1469

class GetAssessmentReportRequest < Struct.new(
  :assessment_run_arn,
  :report_file_format,
  :report_type)
  SENSITIVE = []
  include Aws::Structure
end