Values.AIGuardrailSummarySourceThe summary of the AI Guardrail.
type nonrec t = {name : Name.t option;The name of the AI Guardrail.
*)assistantId : Uuid.t option;The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
*)assistantArn : Arn.t option;The Amazon Resource Name (ARN) of the Amazon Q in Connect assistant.
*)aiGuardrailId : Uuid.t option;The identifier of the Amazon Q in Connect AI Guardrail.
*)aiGuardrailArn : Arn.t option;The Amazon Resource Name (ARN) of the AI Guardrail.
*)modifiedTime : Timestamp.t option;The time the AI Guardrail was last modified.
*)visibilityStatus : VisibilityStatus.t option;The visibility status of the AI Guardrail.
*)description : AIGuardrailDescription.t option;A description of the AI Guardrail.
*)status : Status.t option;The status of the AI Guardrail.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Timestamp of Timestamp.t ])
list ]