Skip to content

Bedrock  >  Structures  >  GuardrailSummary

GuardrailSummary

Structure Class

GuardrailSummary dataclass

Contains details about a guardrail.

This data type is used in the following API operations:

Attributes

arn instance-attribute
arn: str

The ARN of the guardrail.

created_at instance-attribute
created_at: datetime

The date and time at which the guardrail was created.

cross_region_details class-attribute instance-attribute
cross_region_details: GuardrailCrossRegionDetails | None = None

Details about the system-defined guardrail profile that you're using with your guardrail, including the guardrail profile ID and Amazon Resource Name (ARN).

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

A description of the guardrail.

id instance-attribute
id: str

The unique identifier of the guardrail.

name class-attribute instance-attribute
name: str = field(repr=False)

The name of the guardrail.

status instance-attribute

The status of the guardrail.

updated_at instance-attribute
updated_at: datetime

The date and time at which the guardrail was last updated.

version instance-attribute
version: str

The version of the guardrail.