Bedrock Agent > Structures > KnowledgeBaseSummary KnowledgeBaseSummary¶ Structure Class¶ KnowledgeBaseSummary dataclass ¶ Contains details about a knowledge base. Attributes¶ description class-attribute instance-attribute ¶ description: str | None = None The description of the knowledge base. knowledge_base_id instance-attribute ¶ knowledge_base_id: str The unique identifier of the knowledge base. name instance-attribute ¶ name: str The name of the knowledge base. status instance-attribute ¶ status: KnowledgeBaseStatus The status of the knowledge base. updated_at instance-attribute ¶ updated_at: datetime The time the knowledge base was last updated.