AppliedGuardrailDetails¶
Structure Class¶
AppliedGuardrailDetails
dataclass
¶
Details about the specific guardrail that was applied during this assessment, including its identifier, version, ARN, origin, and ownership information.
Attributes¶
guardrail_arn
class-attribute
instance-attribute
¶
guardrail_arn: str | None = None
The ARN of the guardrail that was applied.
guardrail_id
class-attribute
instance-attribute
¶
guardrail_id: str | None = None
The unique ID of the guardrail that was applied.
guardrail_origin
class-attribute
instance-attribute
¶
guardrail_origin: list[GuardrailOrigin] | None = None
The origin of how the guardrail was applied. This can be either requested at the API level or enforced at the account or organization level as a default guardrail.
guardrail_ownership
class-attribute
instance-attribute
¶
guardrail_ownership: GuardrailOwnership | None = None
The ownership type of the guardrail, indicating whether it is owned by the requesting account or is a cross-account guardrail shared from another AWS account.
guardrail_version
class-attribute
instance-attribute
¶
guardrail_version: str | None = None
The version of the guardrail that was applied.