Class: Aws::BedrockAgentCoreControl::Types::CreateMemoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::CreateMemoryOutput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory ⇒ Types::Memory
The details of the created memory, including its ID, ARN, name, description, and configuration settings.
Instance Attribute Details
#memory ⇒ Types::Memory
The details of the created memory, including its ID, ARN, name, description, and configuration settings.
2803 2804 2805 2806 2807 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 2803 class CreateMemoryOutput < Struct.new( :memory) SENSITIVE = [] include Aws::Structure end |