Class: Aws::Types::StartCondition
- Inherits:
-
Object
- Object
- Aws::Types::StartCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_start_condition ⇒ Types::EventStartCondition
Returns the value of attribute event_start_condition.
-
#segment_start_condition ⇒ Types::SegmentCondition
Returns the value of attribute segment_start_condition.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def description @description end |
#event_start_condition ⇒ Types::EventStartCondition
Returns the value of attribute event_start_condition.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def event_start_condition @event_start_condition end |
#segment_start_condition ⇒ Types::SegmentCondition
Returns the value of attribute segment_start_condition.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def segment_start_condition @segment_start_condition end |