Class: Aws::BedrockAgentCore::Types::BatchUpdateMemoryRecordsInput

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

#memory_idString

The unique ID of the memory resource where records will be updated.

Returns:

  • (String)


179
180
181
182
183
184
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179

class BatchUpdateMemoryRecordsInput < Struct.new(
  :memory_id,
  :records)
  SENSITIVE = []
  include Aws::Structure
end

#recordsArray<Types::MemoryRecordUpdateInput>

A list of memory record update inputs to be processed in the batch operation.

Returns:



179
180
181
182
183
184
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 179

class BatchUpdateMemoryRecordsInput < Struct.new(
  :memory_id,
  :records)
  SENSITIVE = []
  include Aws::Structure
end