Class: Aws::Inspector2::Types::CancelSbomExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CancelSbomExportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#report_id ⇒ String
The report ID of the canceled SBOM export.
Instance Attribute Details
#report_id ⇒ String
The report ID of the canceled SBOM export.
989 990 991 992 993 |
# File 'lib/aws-sdk-inspector2/types.rb', line 989 class CancelSbomExportResponse < Struct.new( :report_id) SENSITIVE = [] include Aws::Structure end |