Class: Aws::Pinpoint::Types::MultiConditionalBranch
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::MultiConditionalBranch
- Defined in:
- gems/aws-sdk-pinpoint/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.
9623 9624 9625 9626 9627 9628 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9623 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.
9623 9624 9625 9626 9627 9628 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 9623 class MultiConditionalBranch < Struct.new( :condition, :next_activity) SENSITIVE = [] include Aws::Structure end |