Class: Aws::Inspector2::Types::GetSbomExportRequest

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 of the SBOM export to get details for.

Returns:

  • (String)


4155
4156
4157
4158
4159
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4155

class GetSbomExportRequest < Struct.new(
  :report_id)
  SENSITIVE = []
  include Aws::Structure
end