Class: Aws::Macie2::Types::EnableOrganizationAdminAccountRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::EnableOrganizationAdminAccountRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies an account to designate as the delegated Amazon Macie administrator account for an organization in Organizations. To submit this request, you must be a user of the Organizations management account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #admin_account_id ⇒ String
 - 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
**A suitable default value is auto-generated.** You should normally not need to pass this option.
 
Instance Attribute Details
#admin_account_id ⇒ String
      2294 2295 2296 2297 2298 2299  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2294 class EnableOrganizationAdminAccountRequest < Struct.new( :admin_account_id, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#client_token ⇒ String
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      2294 2295 2296 2297 2298 2299  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 2294 class EnableOrganizationAdminAccountRequest < Struct.new( :admin_account_id, :client_token) SENSITIVE = [] include Aws::Structure end  |