Class: Aws::Inspector2::Types::CreateSbomExportResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#report_idString

The report ID for the software bill of materials (SBOM) report.

Returns:

  • (String)


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