Class: Aws::GuardDuty::Types::DisableOrganizationAdminAccountRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::DisableOrganizationAdminAccountRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #admin_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.
 
Instance Attribute Details
#admin_account_id ⇒ String
The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator.
      2728 2729 2730 2731 2732  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 2728 class DisableOrganizationAdminAccountRequest < Struct.new( :admin_account_id) SENSITIVE = [] include Aws::Structure end  |