Class: Aws::Inspector2::Types::CreateSbomExportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateSbomExportRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_format ⇒ String
The output format for the software bill of materials (SBOM) report.
-
#resource_filter_criteria ⇒ Types::ResourceFilterCriteria
The resource filter criteria for the software bill of materials (SBOM) report.
-
#s3_destination ⇒ Types::Destination
Contains details of the Amazon S3 bucket and KMS key used to export findings.
Instance Attribute Details
#report_format ⇒ String
The output format 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 |
#resource_filter_criteria ⇒ Types::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_destination ⇒ Types::Destination
Contains details of the Amazon S3 bucket and KMS key used to export findings.
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 |