Class: Aws::BedrockAgentCore::Types::BatchUpdateMemoryRecordsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BatchUpdateMemoryRecordsInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_id ⇒ String
The unique ID of the memory resource where records will be updated.
-
#records ⇒ Array<Types::MemoryRecordUpdateInput>
A list of memory record update inputs to be processed in the batch operation.
Instance Attribute Details
#memory_id ⇒ String
The unique ID of the memory resource where records will be updated.
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 |
#records ⇒ Array<Types::MemoryRecordUpdateInput>
A list of memory record update inputs to be processed in the batch operation.
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 |