Class: Aws::Detective::Types::EnableOrganizationAdminAccountRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::EnableOrganizationAdminAccountRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-detective/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.
 
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.
      447 448 449 450 451  | 
    
      # File 'lib/aws-sdk-detective/types.rb', line 447 class EnableOrganizationAdminAccountRequest < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end  |