Class: Aws::BedrockAgentRuntime::Types::ListFlowExecutionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_execution_summariesArray<Types::FlowExecutionSummary>

A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.

Returns:



5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5180

class ListFlowExecutionsResponse < Struct.new(
  :flow_execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to retrieve the next set of results. This value is returned if more results are available.

Returns:

  • (String)


5180
5181
5182
5183
5184
5185
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5180

class ListFlowExecutionsResponse < Struct.new(
  :flow_execution_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end