Class: Aws::BedrockAgentCoreControl::Types::SessionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::SessionConfig
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The configuration that defines how agent sessions are detected and when they are considered complete for evaluation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_timeout_minutes ⇒ Integer
The number of minutes of inactivity after which an agent session is considered complete and ready for evaluation.
Instance Attribute Details
#session_timeout_minutes ⇒ Integer
The number of minutes of inactivity after which an agent session is considered complete and ready for evaluation. Default is 15 minutes.
8353 8354 8355 8356 8357 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8353 class SessionConfig < Struct.new( :session_timeout_minutes) SENSITIVE = [] include Aws::Structure end |