Class: Aws::BedrockAgentCoreControl::Types::DeleteMemoryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteMemoryOutput
- 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 deleted AgentCore Memory resource.
-
#status ⇒ String
The current status of the AgentCore Memory resource deletion.
Instance Attribute Details
#memory_id ⇒ String
The unique identifier of the deleted AgentCore Memory resource.
4860 4861 4862 4863 4864 4865 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4860 class DeleteMemoryOutput < Struct.new( :memory_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the AgentCore Memory resource deletion.
4860 4861 4862 4863 4864 4865 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4860 class DeleteMemoryOutput < Struct.new( :memory_id, :status) SENSITIVE = [] include Aws::Structure end |