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:



4958
4959
4960
4961
4962
4963
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4958

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)


4958
4959
4960
4961
4962
4963
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4958

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