Class: Aws::GuardDuty::Types::CreateDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The unique ID of the created detector.
-
#unprocessed_data_sources ⇒ Types::UnprocessedDataSourcesResult
Specifies the data sources that couldn’t be enabled when GuardDuty was enabled for the first time.
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the created detector.
1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1202 class CreateDetectorResponse < Struct.new( :detector_id, :unprocessed_data_sources) SENSITIVE = [] include Aws::Structure end |
#unprocessed_data_sources ⇒ Types::UnprocessedDataSourcesResult
Specifies the data sources that couldn’t be enabled when GuardDuty was enabled for the first time.
1202 1203 1204 1205 1206 1207 |
# File 'lib/aws-sdk-guardduty/types.rb', line 1202 class CreateDetectorResponse < Struct.new( :detector_id, :unprocessed_data_sources) SENSITIVE = [] include Aws::Structure end |