Class: Aws::Inspector2::Types::CancelSbomExportRequest

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 cancel.

Returns:

  • (String)


967
968
969
970
971
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 967

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