Class: Aws::BedrockAgentCoreControl::Types::UserPreferenceMemoryStrategyInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of the user preference memory strategy.

Returns:

  • (String)


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

#nameString

The name of the user preference memory strategy.

Returns:

  • (String)


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

#namespacesArray<String>

The namespaces associated with the user preference memory strategy.

Returns:

  • (Array<String>)


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