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.
2005 2006 2007 2008 2009 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2005 class MemoryRecordDeleteInput < Struct.new( :memory_record_id) SENSITIVE = [] include Aws::Structure end |