Class: Aws::BedrockAgentCore::Types::BatchDeleteMemoryRecordsInput

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 deleted.

Returns:

  • (String)


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

#recordsArray<Types::MemoryRecordDeleteInput>

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

Returns:



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