Class: Aws::Macie2::Types::CreateMemberRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::CreateMemberRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies an Amazon Web Services account to associate with an Amazon Macie administrator account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account  ⇒ Types::AccountDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the details of an account to associate with an 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.
 
Instance Attribute Details
#account ⇒ Types::AccountDetail
Specifies the details of an account to associate with an Amazon Macie administrator account.
      1539 1540 1541 1542 1543 1544  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1539 class CreateMemberRequest < Struct.new( :account, :tags) 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.
      1539 1540 1541 1542 1543 1544  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 1539 class CreateMemberRequest < Struct.new( :account, :tags) SENSITIVE = [] include Aws::Structure end  |