Class: Aws::BedrockAgentCoreControl::Types::GetMemoryInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#memory_idString

The unique identifier of the memory to retrieve.

Returns:

  • (String)


7395
7396
7397
7398
7399
7400
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7395

class GetMemoryInput < Struct.new(
  :memory_id,
  :view)
  SENSITIVE = []
  include Aws::Structure
end

#viewString

The level of detail to return for the memory.

Returns:

  • (String)


7395
7396
7397
7398
7399
7400
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7395

class GetMemoryInput < Struct.new(
  :memory_id,
  :view)
  SENSITIVE = []
  include Aws::Structure
end