Class: Aws::Inspector2::Types::CreateFindingsReportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::FilterCriteria

The filter criteria to apply to the results of the finding report.



2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2227

class CreateFindingsReportRequest < Struct.new(
  :filter_criteria,
  :report_format,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end

#report_formatString

The format to generate the report in.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2227

class CreateFindingsReportRequest < Struct.new(
  :filter_criteria,
  :report_format,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::Destination

The Amazon S3 export destination for the report.

Returns:



2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2227

class CreateFindingsReportRequest < Struct.new(
  :filter_criteria,
  :report_format,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end