Class: Aws::Appflow::Types::DescribeFlowExecutionRecordsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeFlowExecutionRecordsResponse
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_executions ⇒ Array<Types::ExecutionRecord>
Returns a list of all instances when this flow was run.
-
#next_token ⇒ String
The pagination token for the next page of data.
Instance Attribute Details
#flow_executions ⇒ Array<Types::ExecutionRecord>
Returns a list of all instances when this flow was run.
1823 1824 1825 1826 1827 1828 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1823 class DescribeFlowExecutionRecordsResponse < Struct.new( :flow_executions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for the next page of data.
1823 1824 1825 1826 1827 1828 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1823 class DescribeFlowExecutionRecordsResponse < Struct.new( :flow_executions, :next_token) SENSITIVE = [] include Aws::Structure end |