Class: Aws::BedrockAgentCore::Types::DeleteMemoryRecordInput

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 identifier of the AgentCore Memory resource from which to delete the memory record.

Returns:

  • (String)


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_idString

The identifier of the memory record to delete.

Returns:

  • (String)


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