Class: Aws::InspectorScan::Types::ScanSbomRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::InspectorScan::Types::ScanSbomRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspectorscan/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_format ⇒ String
The output format for the vulnerability report.
-
#sbom ⇒ Hash, ...
The JSON file for the SBOM you want to scan.
Instance Attribute Details
#output_format ⇒ String
The output format for the vulnerability report.
61 62 63 64 65 66 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 61 class ScanSbomRequest < Struct.new( :sbom, :output_format) SENSITIVE = [] include Aws::Structure end |
#sbom ⇒ Hash, ...
The JSON file for the SBOM you want to scan. The SBOM must be in CycloneDX 1.5 format.
61 62 63 64 65 66 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 61 class ScanSbomRequest < Struct.new( :sbom, :output_format) SENSITIVE = [] include Aws::Structure end |