Class: Aws::BedrockAgentCore::Types::DeleteMemoryRecordOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::DeleteMemoryRecordOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_record_id ⇒ String
The identifier of the memory record that was deleted.
Instance Attribute Details
#memory_record_id ⇒ String
The identifier of the memory record that was deleted.
1083 1084 1085 1086 1087 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1083 class DeleteMemoryRecordOutput < Struct.new( :memory_record_id) SENSITIVE = [] include Aws::Structure end |