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.



3052
3053
3054
3055
3056
3057
3058
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3052

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)


3052
3053
3054
3055
3056
3057
3058
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3052

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:



3052
3053
3054
3055
3056
3057
3058
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3052

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