Class: Aws::BedrockAgentCore::Types::Branch
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::Branch
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains information about a branch in a memory store. Branches allow for organizing events into different conversation threads or paths.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the branch.
-
#root_event_id ⇒ String
The identifier of the root event for this branch.