Class: Aws::Inspector2::Types::CancelFindingsReportResponse

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 ID of the canceled report.

Returns:

  • (String)


955
956
957
958
959
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 955

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