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)


3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3132

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

#resource_filter_criteriaTypes::ResourceFilterCriteria

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



3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3132

class CreateSbomExportRequest < Struct.new(
  :resource_filter_criteria,
  :report_format,
  :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:



3132
3133
3134
3135
3136
3137
3138
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3132

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