Class: Aws::Types::EventStartCondition
- Inherits:
-
Object
- Object
- Aws::Types::EventStartCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#event_filter ⇒ Types::EventFilter
Returns the value of attribute event_filter.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def event_filter @event_filter end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def segment_id @segment_id end |