Bedrock Agentcore > Structures > SessionSummary SessionSummary¶ Structure Class¶ SessionSummary dataclass ¶ Contains summary information about a session in an AgentCore Memory resource. Attributes¶ actor_id instance-attribute ¶ actor_id: str The identifier of the actor associated with the session. created_at instance-attribute ¶ created_at: datetime The timestamp when the session was created. session_id instance-attribute ¶ session_id: str The unique identifier of the session.