Class: Aws::GuardDuty::Types::CreateMembersRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CreateMembersRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_details  ⇒ Array<Types::AccountDetail> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.
 - 
  
    
      #detector_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the detector of the GuardDuty account for which you want to associate member accounts.
 
Instance Attribute Details
#account_details ⇒ Array<Types::AccountDetail>
A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account.
      1655 1656 1657 1658 1659 1660  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1655 class CreateMembersRequest < Struct.new( :detector_id, :account_details) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account for which you want to associate member accounts.
To find the ‘detectorId` in the current Region, see the Settings page in the GuardDuty console, or run the [ListDetectors] API.
[1]: docs.aws.amazon.com/guardduty/latest/APIReference/API_ListDetectors.html
      1655 1656 1657 1658 1659 1660  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1655 class CreateMembersRequest < Struct.new( :detector_id, :account_details) SENSITIVE = [] include Aws::Structure end  |