Values.AutomatedReasoningPolicyUpdateVariableMutationSourceA mutation operation that modifies an existing variable in the policy definition during the build process.
type nonrec t = {variable : AutomatedReasoningPolicyDefinitionVariable.t option;The updated variable definition containing the modified name, type, or description for the existing variable.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of
AutomatedReasoningPolicyDefinitionVariableName.t ])
list ])
list ]