Class: Aws::CloudTrail::Types::DeregisterOrganizationDelegatedAdminRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudTrail::Types::DeregisterOrganizationDelegatedAdminRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudtrail/types.rb
 
Overview
Removes CloudTrail delegated administrator permissions from a specified member account in an organization that is currently designated as a delegated administrator.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #delegated_admin_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A delegated administrator account ID.
 
Instance Attribute Details
#delegated_admin_account_id ⇒ String
A delegated administrator account ID. This is a member account in an organization that is currently designated as a delegated administrator.
      1449 1450 1451 1452 1453  | 
    
      # File 'lib/aws-sdk-cloudtrail/types.rb', line 1449 class DeregisterOrganizationDelegatedAdminRequest < Struct.new( :delegated_admin_account_id) SENSITIVE = [] include Aws::Structure end  |