Class: Aws::BedrockAgentRuntime::Types::ListFlowExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ListFlowExecutionsRequest
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias to list executions for.
-
#flow_identifier ⇒ String
The unique identifier of the flow to list executions for.
-
#max_results ⇒ Integer
The maximum number of flow executions to return in a single response.
-
#next_token ⇒ String
A token to retrieve the next set of results.
Instance Attribute Details
#flow_alias_identifier ⇒ String
The unique identifier of the flow alias to list executions for.
4936 4937 4938 4939 4940 4941 4942 4943 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4936 class ListFlowExecutionsRequest < Struct.new( :flow_alias_identifier, :flow_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#flow_identifier ⇒ String
The unique identifier of the flow to list executions for.
4936 4937 4938 4939 4940 4941 4942 4943 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4936 class ListFlowExecutionsRequest < Struct.new( :flow_alias_identifier, :flow_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of flow executions to return in a single
response. If more executions exist than the specified maxResults
value, a token is included in the response so that the remaining
results can be retrieved.
4936 4937 4938 4939 4940 4941 4942 4943 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4936 class ListFlowExecutionsRequest < Struct.new( :flow_alias_identifier, :flow_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to retrieve the next set of results. This value is returned in the response if more results are available.
4936 4937 4938 4939 4940 4941 4942 4943 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4936 class ListFlowExecutionsRequest < Struct.new( :flow_alias_identifier, :flow_identifier, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |