Skip to content

Bedrock Agent  >  Structures  >  ActionGroupSummary

ActionGroupSummary

Structure Class

ActionGroupSummary dataclass

Contains details about an action group.

Attributes

action_group_id instance-attribute
action_group_id: str

The unique identifier of the action group.

action_group_name instance-attribute
action_group_name: str

The name of the action group.

action_group_state instance-attribute
action_group_state: ActionGroupState

Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.

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

The description of the action group.

updated_at instance-attribute
updated_at: datetime

The time at which the action group was last updated.