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

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 created detector.

Returns:

  • (String)


704
705
706
707
708
709
# File 'lib/aws-sdk-guardduty/types.rb', line 704

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

#unprocessed_data_sourcesTypes::UnprocessedDataSourcesResult

Specifies the data sources that couldn’t be enabled when GuardDuty was enabled for the first time.



704
705
706
707
708
709
# File 'lib/aws-sdk-guardduty/types.rb', line 704

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