Class: Aws::BedrockAgentRuntime::Types::ListFlowExecutionsRequest

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_alias_identifierString

The unique identifier of the flow alias to list executions for.

Returns:

  • (String)


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_identifierString

The unique identifier of the flow to list executions for.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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