Class: Aws::Pinpoint::Types::SimpleCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Specifies a condition to evaluate for an activity in a journey.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_conditionTypes::EventCondition

The dimension settings for the event that's associated with the activity.



11693
11694
11695
11696
11697
11698
11699
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11693

class SimpleCondition < Struct.new(
  :event_condition,
  :segment_condition,
  :segment_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#segment_conditionTypes::SegmentCondition

The segment that's associated with the activity.



11693
11694
11695
11696
11697
11698
11699
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11693

class SimpleCondition < Struct.new(
  :event_condition,
  :segment_condition,
  :segment_dimensions)
  SENSITIVE = []
  include Aws::Structure
end

#segment_dimensionsTypes::SegmentDimensions

The dimension settings for the segment that's associated with the activity.



11693
11694
11695
11696
11697
11698
11699
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11693

class SimpleCondition < Struct.new(
  :event_condition,
  :segment_condition,
  :segment_dimensions)
  SENSITIVE = []
  include Aws::Structure
end