Class: Aws::BedrockAgentCoreControl::Types::SummaryMemoryStrategyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SummaryMemoryStrategyInput
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Input for creating a summary memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the summary memory strategy.
-
#name ⇒ String
The name of the summary memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the summary memory strategy.
Instance Attribute Details
#description ⇒ String
The description of the summary memory strategy.
4362 4363 4364 4365 4366 4367 4368 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4362 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the summary memory strategy.
4362 4363 4364 4365 4366 4367 4368 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4362 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the summary memory strategy.
4362 4363 4364 4365 4366 4367 4368 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 4362 class SummaryMemoryStrategyInput < Struct.new( :name, :description, :namespaces) SENSITIVE = [:description] include Aws::Structure end |