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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1198

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.



1198
1199
1200
1201
1202
1203
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1198

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