Class: Aws::BedrockAgentCoreControl::Types::ModifyMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ModifyMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for modifying a memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ModifyStrategyConfiguration
The updated configuration for the memory strategy.
-
#description ⇒ String
The updated description of the memory strategy.
-
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to modify.
-
#namespaces ⇒ Array<String>
The updated namespaces for the memory strategy.
Instance Attribute Details
#configuration ⇒ Types::ModifyStrategyConfiguration
The updated configuration for the memory strategy.
3620 3621 3622 3623 3624 3625 3626 3627 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3620 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The updated description of the memory strategy.
3620 3621 3622 3623 3624 3625 3626 3627 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3620 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#memory_strategy_id ⇒ String
The unique identifier of the memory strategy to modify.
3620 3621 3622 3623 3624 3625 3626 3627 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3620 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The updated namespaces for the memory strategy.
3620 3621 3622 3623 3624 3625 3626 3627 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3620 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |