Class: Aws::Inspector2::Types::CreateSbomExportRequest

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

#report_formatString

The output format for the software bill of materials (SBOM) report.

Returns:

  • (String)


2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2276

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

#resource_filter_criteriaTypes::ResourceFilterCriteria

The resource filter criteria for the software bill of materials (SBOM) report.



2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2276

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

#s3_destinationTypes::Destination

Contains details of the Amazon S3 bucket and KMS key used to export findings.

Returns:



2276
2277
2278
2279
2280
2281
2282
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2276

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