Class: Aws::BedrockAgentCore::Types::DeleteMemoryRecordOutput

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_record_idString

The identifier of the memory record that was deleted.

Returns:

  • (String)


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