Class: Aws::BedrockAgentRuntime::Types::ListFlowExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListFlowExecutionsResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_execution_summaries ⇒ Array<Types::FlowExecutionSummary>
A list of flow execution summaries.
-
#next_token ⇒ String
A token to retrieve the next set of results.
Instance Attribute Details
#flow_execution_summaries ⇒ Array<Types::FlowExecutionSummary>
A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
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_token ⇒ String
A token to retrieve the next set of results. This value is returned if more results are available.
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 |