Class: Aws::Connect::Types::NotificationRecipientType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::NotificationRecipientType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The type of notification recipient.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of user IDs.
 - 
  
    
      #user_tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags used to organize, track, or control access for this resource.
 
Instance Attribute Details
#user_ids ⇒ Array<String>
A list of user IDs. Supports variable injection of ‘$.ContactLens.ContactEvaluation.Agent.AgentId` for `OnContactEvaluationSubmit` event source.
      16797 16798 16799 16800 16801 16802  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16797 class NotificationRecipientType < Struct.new( :user_tags, :user_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#user_tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource. For example, { “Tags”: “key2”:“value2” }. Amazon Connect users with the specified tags will be notified.
      16797 16798 16799 16800 16801 16802  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16797 class NotificationRecipientType < Struct.new( :user_tags, :user_ids) SENSITIVE = [] include Aws::Structure end  |