Class: Aws::Pinpoint::Types::MultiConditionalBranch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::MultiConditionalBranch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Specifies a condition to evaluate for an activity path in a journey.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #condition  ⇒ Types::SimpleCondition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The condition to evaluate for the activity path.
 - 
  
    
      #next_activity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the next activity to perform, after completing the activity for the path.
 
Instance Attribute Details
#condition ⇒ Types::SimpleCondition
The condition to evaluate for the activity path.
      9622 9623 9624 9625 9626 9627  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 9622 class MultiConditionalBranch < Struct.new( :condition, :next_activity) SENSITIVE = [] include Aws::Structure end  | 
  
#next_activity ⇒ String
The unique identifier for the next activity to perform, after completing the activity for the path.
      9622 9623 9624 9625 9626 9627  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 9622 class MultiConditionalBranch < Struct.new( :condition, :next_activity) SENSITIVE = [] include Aws::Structure end  |