Class: Aws::BedrockAgentCoreControl::Types::MemoryStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::MemoryStrategy
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains information about a memory strategy.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::StrategyConfiguration
The configuration of the memory strategy.
-
#created_at ⇒ Time
The timestamp when the memory strategy was created.
-
#description ⇒ String
The description of the memory strategy.
-
#name ⇒ String
The name of the memory strategy.
-
#namespaces ⇒ Array<String>
The namespaces associated with the memory strategy.
-
#status ⇒ String
The current status of the memory strategy.
-
#strategy_id ⇒ String
The unique identifier of the memory strategy.
-
#type ⇒ String
The type of the memory strategy.
-
#updated_at ⇒ Time
The timestamp when the memory strategy was last updated.
Instance Attribute Details
#configuration ⇒ Types::StrategyConfiguration
The configuration of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the memory strategy was created.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#namespaces ⇒ Array<String>
The namespaces associated with the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The current status of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#strategy_id ⇒ String
The unique identifier of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The type of the memory strategy.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the memory strategy was last updated.
3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 3414 class MemoryStrategy < Struct.new( :strategy_id, :name, :description, :configuration, :type, :namespaces, :created_at, :updated_at, :status) SENSITIVE = [:description] include Aws::Structure end |