Class: Aws::BedrockAgentCore::Types::MemoryRecordDeleteInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::MemoryRecordDeleteInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Input structure to delete an existing memory record.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_record_id ⇒ String
The unique ID of the memory record to be deleted.
Instance Attribute Details
#memory_record_id ⇒ String
The unique ID of the memory record to be deleted.
2429 2430 2431 2432 2433 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2429 class MemoryRecordDeleteInput < Struct.new( :memory_record_id) SENSITIVE = [] include Aws::Structure end |