Class: Aws::InspectorScan::Types::ScanSbomResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::InspectorScan::Types::ScanSbomResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspectorscan/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sbom ⇒ Hash, ...
The vulnerability report for the scanned SBOM.
Instance Attribute Details
#sbom ⇒ Hash, ...
The vulnerability report for the scanned SBOM.
74 75 76 77 78 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 74 class ScanSbomResponse < Struct.new( :sbom) SENSITIVE = [] include Aws::Structure end |