Skip to content

Bedrock Agent Runtime  >  Structures  >  SessionSummary

SessionSummary

Structure Class

SessionSummary dataclass

Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.

Attributes

created_at instance-attribute
created_at: datetime

The timestamp for when the session was created.

last_updated_at instance-attribute
last_updated_at: datetime

The timestamp for when the session was last modified.

session_arn instance-attribute
session_arn: str

The Amazon Resource Name (ARN) of the session.

session_id instance-attribute
session_id: str

The unique identifier for the session.

session_status instance-attribute
session_status: SessionStatus

The current status of the session.