Class: Aws::Macie2::Types::Member
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::Member
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Provides information about an account that’s associated with an Amazon Macie administrator account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #account_id ⇒ String
 - #administrator_account_id ⇒ String
 - #arn ⇒ String
 - #email ⇒ String
 - #invited_at ⇒ Time
 - #master_account_id ⇒ String
 - 
  
    
      #relationship_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the relationship between an account and an associated Amazon Macie administrator account.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
 - #updated_at ⇒ Time
 
Instance Attribute Details
#account_id ⇒ String
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#administrator_account_id ⇒ String
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#email ⇒ String
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#invited_at ⇒ Time
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#master_account_id ⇒ String
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#relationship_status ⇒ String
The current status of the relationship between an account and an associated Amazon Macie administrator account. Possible values are:
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
      4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 4805 class Member < Struct.new( :account_id, :administrator_account_id, :arn, :email, :invited_at, :master_account_id, :relationship_status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end  |