Class: Aws::BedrockAgentCore::Types::DeleteMemoryRecordInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::DeleteMemoryRecordInput
- 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 identifier of the AgentCore Memory resource from which to delete the memory record.
-
#memory_record_id ⇒ String
The identifier of the memory record to delete.
Instance Attribute Details
#memory_id ⇒ String
The identifier of the AgentCore Memory resource from which to delete the memory record.
1070 1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1070 class DeleteMemoryRecordInput < Struct.new( :memory_id, :memory_record_id) SENSITIVE = [] include Aws::Structure end |
#memory_record_id ⇒ String
The identifier of the memory record to delete.
1070 1071 1072 1073 1074 1075 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1070 class DeleteMemoryRecordInput < Struct.new( :memory_id, :memory_record_id) SENSITIVE = [] include Aws::Structure end |