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.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1977 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.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1977 class DescribeFlowExecutionRecordsResponse < Struct.new( :flow_executions, :next_token) SENSITIVE = [] include Aws::Structure end |