Class: Aws::Types::SimpleCondition
- Inherits:
-
Object
- Object
- Aws::Types::SimpleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_condition ⇒ Types::EventCondition
Returns the value of attribute event_condition.
-
#segment_condition ⇒ Types::SegmentCondition
Returns the value of attribute segment_condition.
-
#segment_dimensions ⇒ Types::SegmentDimensions
Returns the value of attribute segment_dimensions.
Instance Attribute Details
#event_condition ⇒ Types::EventCondition
Returns the value of attribute event_condition.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def event_condition @event_condition end |
#segment_condition ⇒ Types::SegmentCondition
Returns the value of attribute segment_condition.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def segment_condition @segment_condition end |
#segment_dimensions ⇒ Types::SegmentDimensions
Returns the value of attribute segment_dimensions.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def segment_dimensions @segment_dimensions end |