Class: Aws::GuardDuty::Types::InviteMembersRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::InviteMembersRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
 - 
  
    
      #detector_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the detector of the GuardDuty account with which you want to invite members.
 - 
  
    
      #disable_email_notification  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
 
Instance Attribute Details
#account_ids ⇒ Array<String>
A list of account IDs of the accounts that you want to invite to GuardDuty as members.
      4483 4484 4485 4486 4487 4488 4489 4490  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4483 class InviteMembersRequest < Struct.new( :detector_id, :account_ids, :disable_email_notification, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_id ⇒ String
The unique ID of the detector of the GuardDuty account with which you want to invite members.
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
      4483 4484 4485 4486 4487 4488 4489 4490  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4483 class InviteMembersRequest < Struct.new( :detector_id, :account_ids, :disable_email_notification, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#disable_email_notification ⇒ Boolean
A Boolean value that specifies whether you want to disable email notification to the accounts that you are inviting to GuardDuty as members.
      4483 4484 4485 4486 4487 4488 4489 4490  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4483 class InviteMembersRequest < Struct.new( :detector_id, :account_ids, :disable_email_notification, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The invitation message that you want to send to the accounts that you’re inviting to GuardDuty as members.
      4483 4484 4485 4486 4487 4488 4489 4490  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 4483 class InviteMembersRequest < Struct.new( :detector_id, :account_ids, :disable_email_notification, :message) SENSITIVE = [] include Aws::Structure end  |