Class: Aws::BedrockAgentCore::Types::BatchDeleteMemoryRecordsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BatchDeleteMemoryRecordsInput
- 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 deleted.
-
#records ⇒ Array<Types::MemoryRecordDeleteInput>
A list of memory record deletion 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 deleted.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 142 class BatchDeleteMemoryRecordsInput < Struct.new( :memory_id, :records) SENSITIVE = [] include Aws::Structure end |
#records ⇒ Array<Types::MemoryRecordDeleteInput>
A list of memory record deletion inputs to be processed in the batch operation.
142 143 144 145 146 147 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 142 class BatchDeleteMemoryRecordsInput < Struct.new( :memory_id, :records) SENSITIVE = [] include Aws::Structure end |