Class: Aws::Connect::Types::RuleTriggerEventSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RuleTriggerEventSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The name of the event source. This field is required if ‘TriggerEventSource` is one of the following values: `OnZendeskTicketCreate` | `OnZendeskTicketStatusUpdate` | `OnSalesforceCaseCreate` | `OnContactEvaluationSubmit` | `OnMetricDataUpdate`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #event_source_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the event source.
 - 
  
    
      #integration_association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier for the integration association.
 
Instance Attribute Details
#event_source_name ⇒ String
The name of the event source.
      19712 19713 19714 19715 19716 19717  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19712 class RuleTriggerEventSource < Struct.new( :event_source_name, :integration_association_id) SENSITIVE = [] include Aws::Structure end  | 
  
#integration_association_id ⇒ String
The identifier for the integration association.
      19712 19713 19714 19715 19716 19717  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 19712 class RuleTriggerEventSource < Struct.new( :event_source_name, :integration_association_id) SENSITIVE = [] include Aws::Structure end  |