Class: Aws::Pinpoint::Types::EventCondition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::EventCondition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies the conditions to evaluate for an event that applies to an activity in a journey.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dimensions  ⇒ Types::EventDimensions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dimensions for the event filter to use for the activity.
 - 
  
    
      #message_activity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
 
Instance Attribute Details
#dimensions ⇒ Types::EventDimensions
The dimensions for the event filter to use for the activity.
      5267 5268 5269 5270 5271 5272  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 5267 class EventCondition < Struct.new( :dimensions, :message_activity) SENSITIVE = [] include Aws::Structure end  | 
  
#message_activity ⇒ String
The message identifier (message_id) for the message to use when determining whether message events meet the condition.
      5267 5268 5269 5270 5271 5272  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 5267 class EventCondition < Struct.new( :dimensions, :message_activity) SENSITIVE = [] include Aws::Structure end  |