GuardrailSummary¶
Structure Class¶
GuardrailSummary
dataclass
¶
Contains details about a guardrail.
This data type is used in the following API operations:
Attributes¶
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.
updated_at
instance-attribute
¶
updated_at: datetime
The date and time at which the guardrail was last updated.