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.
10137 10138 10139 10140 10141 10142 10143 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10137 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the user preference memory strategy.
10137 10138 10139 10140 10141 10142 10143 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10137 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.
10137 10138 10139 10140 10141 10142 10143 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10137 class UserPreferenceMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |