Class: Aws::Appflow::Types::DescribeFlowExecutionRecordsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_executionsArray<Types::ExecutionRecord>

Returns a list of all instances when this flow was run.

Returns:



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_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


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