Class: Aws::Inspector2::Types::CancelFindingsReportRequest

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 report to be canceled.

Returns:

  • (String)


943
944
945
946
947
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 943

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