Class: Aws::Macie2::Types::GetMasterAccountResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::GetMasterAccountResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
(Deprecated) Provides information about the Amazon Macie administrator account for an account. If the accounts are associated by a Macie membership invitation, the response also provides information about that invitation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #master  ⇒ Types::Invitation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about an Amazon Macie membership invitation.
 
Instance Attribute Details
#master ⇒ Types::Invitation
Provides information about an Amazon Macie membership invitation.
      3230 3231 3232 3233 3234  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 3230 class GetMasterAccountResponse < Struct.new( :master) SENSITIVE = [] include Aws::Structure end  |