Class: Aws::BedrockAgentCore::Types::ListMemoryRecordsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single call. The default value is 20.

Returns:

  • (Integer)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#memory_idString

The identifier of the AgentCore Memory resource for which to list memory records.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#memory_strategy_idString

The memory strategy identifier to filter memory records by. If specified, only memory records with this strategy ID are returned.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace prefix to filter memory records by. Returns all memory records in namespaces that start with the provided prefix.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_pathString

Use namespacePath for hierarchical retrievals. Return all memory records where namespace falls under the same parent hierarchy.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 3099

class ListMemoryRecordsInput < Struct.new(
  :memory_id,
  :namespace,
  :namespace_path,
  :memory_strategy_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end