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.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def flow_execution_events @flow_execution_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def next_token @next_token end |