Skip to content

Bedrock Agent  >  Structures  >  PromptSummary

PromptSummary

Structure Class

PromptSummary dataclass

Contains information about a prompt in your Prompt management tool.

This data type is used in the following API operations:

Attributes

arn instance-attribute
arn: str

The Amazon Resource Name (ARN) of the prompt or the prompt version (if you specified a version in the request).

created_at instance-attribute
created_at: datetime

The time at which the prompt was created.

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

The description of the prompt.

id instance-attribute
id: str

The unique identifier of the prompt.

name instance-attribute
name: str

The name of the prompt.

updated_at instance-attribute
updated_at: datetime

The time at which the prompt was last updated.

version instance-attribute
version: str

The version of the prompt that this summary applies to.