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.
6987 6988 6989 6990 6991 6992 6993 6994 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6987 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.
6987 6988 6989 6990 6991 6992 6993 6994 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6987 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.
6987 6988 6989 6990 6991 6992 6993 6994 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6987 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.
6987 6988 6989 6990 6991 6992 6993 6994 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6987 class ModifyMemoryStrategyInput < Struct.new( :memory_strategy_id, :description, :namespaces, :configuration) SENSITIVE = [:description] include Aws::Structure end |