Skip to content

Bedrock Agent  >  Structures  >  AgentSummary

AgentSummary

Structure Class

AgentSummary dataclass

Contains details about an agent.

Attributes

agent_id instance-attribute
agent_id: str

The unique identifier of the agent.

agent_name instance-attribute
agent_name: str

The name of the agent.

agent_status instance-attribute
agent_status: AgentStatus

The status of the agent.

description class-attribute instance-attribute
description: str | None = None

The description of the agent.

guardrail_configuration class-attribute instance-attribute
guardrail_configuration: GuardrailConfiguration | None = None

Details about the guardrail associated with the agent.

latest_agent_version class-attribute instance-attribute
latest_agent_version: str | None = None

The latest version of the agent.

updated_at instance-attribute
updated_at: datetime

The time at which the agent was last updated.