Class: Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a user preference memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the user preference memory strategy.
-
#name ⇒ String
The name of the user preference memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the user preference memory strategy.
Instance Attribute Details
#description ⇒ String
The description of the user preference memory strategy.
5288 5289 5290 5291 5292 5293 5294 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5288 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the user preference memory strategy.
5288 5289 5290 5291 5292 5293 5294 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5288 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the user preference memory strategy.
5288 5289 5290 5291 5292 5293 5294 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5288 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |