Class: Aws::BedrockAgentCoreControl::Types::GetMemoryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetMemoryInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_id ⇒ String
The unique identifier of the memory to retrieve.
-
#view ⇒ String
The level of detail to return for the memory.
Instance Attribute Details
#memory_id ⇒ String
The unique identifier of the memory to retrieve.
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 |
#view ⇒ String
The level of detail to return for the memory.
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 |