Class: Aws::Inspector2::Types::CreateSbomExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateSbomExportResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
The report ID for the software bill of materials (SBOM) report.
Instance Attribute Details
#report_id ⇒ String
The report ID for the software bill of materials (SBOM) report.
2287 2288 2289 2290 2291 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2287 class CreateSbomExportResponse < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |