Class: Aws::BedrockAgentCoreControl::Types::DeleteMemoryOutput

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 deleted AgentCore Memory resource.

Returns:

  • (String)


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

#statusString

The current status of the AgentCore Memory resource deletion.

Returns:

  • (String)


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