Class: Aws::Types::DescribeFlowExecutionRecordsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFlowExecutionRecordsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_executions ⇒ ::Array[Types::ExecutionRecord]
Returns the value of attribute flow_executions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#flow_executions ⇒ ::Array[Types::ExecutionRecord]
Returns the value of attribute flow_executions.
495 496 497 |
# File 'sig/types.rbs', line 495 def flow_executions @flow_executions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
496 497 498 |
# File 'sig/types.rbs', line 496 def next_token @next_token end |