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.
      1216 1217 1218 1219 1220 1221  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1216 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.
      1216 1217 1218 1219 1220 1221  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1216 class CreateDetectorResponse < Struct.new( :detector_id, :unprocessed_data_sources) SENSITIVE = [] include Aws::Structure end  |