Values.AppliedGuardrailDetailsSourceDetails about the specific guardrail that was applied during this assessment, including its identifier, version, ARN, origin, and ownership information.
type nonrec t = {guardrailId : GuardrailId.t option;The unique ID of the guardrail that was applied.
*)guardrailVersion : GuardrailVersion.t option;The version of the guardrail that was applied.
*)guardrailArn : GuardrailArn.t option;The ARN of the guardrail that was applied.
*)guardrailOrigin : GuardrailOriginList.t option;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.
*)guardrailOwnership : GuardrailOwnership.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of GuardrailId.t ])
list ]