Class: Aws::GuardDuty::Types::DeleteDetectorRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the detector that you want to delete.

Returns:

  • (String)


1319
1320
1321
1322
1323
# File 'lib/aws-sdk-guardduty/types.rb', line 1319

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