Class: Aws::Connect::Types::SendNotificationActionDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::SendNotificationActionDefinition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the send notification action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Notification content.
 - 
  
    
      #content_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Content type format.
 - 
  
    
      #delivery_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Notification delivery method.
 - 
  
    
      #recipient  ⇒ Types::NotificationRecipientType 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Notification recipient.
 - 
  
    
      #subject  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The subject of the email if the delivery method is ‘EMAIL`.
 
Instance Attribute Details
#content ⇒ String
Notification content. Supports variable injection. For more information, see [JSONPath reference] in the *Amazon Connect Administrators Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
      21453 21454 21455 21456 21457 21458 21459 21460 21461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21453 class SendNotificationActionDefinition < Struct.new( :delivery_method, :subject, :content, :content_type, :recipient) SENSITIVE = [] include Aws::Structure end  | 
  
#content_type ⇒ String
Content type format.
      21453 21454 21455 21456 21457 21458 21459 21460 21461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21453 class SendNotificationActionDefinition < Struct.new( :delivery_method, :subject, :content, :content_type, :recipient) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_method ⇒ String
Notification delivery method.
      21453 21454 21455 21456 21457 21458 21459 21460 21461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21453 class SendNotificationActionDefinition < Struct.new( :delivery_method, :subject, :content, :content_type, :recipient) SENSITIVE = [] include Aws::Structure end  | 
  
#recipient ⇒ Types::NotificationRecipientType
Notification recipient.
      21453 21454 21455 21456 21457 21458 21459 21460 21461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21453 class SendNotificationActionDefinition < Struct.new( :delivery_method, :subject, :content, :content_type, :recipient) SENSITIVE = [] include Aws::Structure end  | 
  
#subject ⇒ String
The subject of the email if the delivery method is ‘EMAIL`. Supports variable injection. For more information, see [JSONPath reference] in the *Amazon Connect Administrators Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html
      21453 21454 21455 21456 21457 21458 21459 21460 21461  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 21453 class SendNotificationActionDefinition < Struct.new( :delivery_method, :subject, :content, :content_type, :recipient) SENSITIVE = [] include Aws::Structure end  |