Class: Aws::GuardDuty::Types::GetAdministratorAccountRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::GetAdministratorAccountRequest
 
 
- 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 detector of the GuardDuty member account.
 
Instance Attribute Details
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty member account.
      3464 3465 3466 3467 3468  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 3464 class GetAdministratorAccountRequest < Struct.new( :detector_id) SENSITIVE = [] include Aws::Structure end  |