Class: Aws::BedrockAgentCoreControl::Types::DeleteMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for deleting a memory strategy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to delete.
Instance Attribute Details
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to delete.
1848 1849 1850 1851 1852 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1848 class DeleteMemoryStrategyInput < Struct.new( :memory_strategy_id) SENSITIVE = [] include Aws::Structure end |