Class: Aws::GuardDuty::Types::CreateDetectorResponse

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

Overview

CreateDetector response object.

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The unique ID of the created detector.

Returns:

  • (String)


331
332
333
334
# File 'lib/aws-sdk-guardduty/types.rb', line 331

class CreateDetectorResponse < Struct.new(
  :detector_id)
  include Aws::Structure
end