Class: Aws::Types::ListFlowExecutionEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFlowExecutionEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_execution_events ⇒ ::Array[Types::FlowExecutionEvent]
Returns the value of attribute flow_execution_events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_execution_events ⇒ ::Array[Types::FlowExecutionEvent]
Returns the value of attribute flow_execution_events.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def flow_execution_events @flow_execution_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def next_token @next_token end |