Values.AutomatedReasoningPolicySummarySourceContains summary information about an Automated Reasoning policy, including metadata and timestamps.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t option;The Amazon Resource Name (ARN) of the policy.
*)name : AutomatedReasoningPolicyName.t option;The name of the policy.
*)description : AutomatedReasoningPolicyDescription.t option;The description of the policy.
*)version : AutomatedReasoningPolicyVersion.t option;The version of the policy.
*)policyId : AutomatedReasoningPolicyId.t option;The unique identifier of the policy.
*)createdAt : Timestamp.t option;The timestamp when the policy was created.
*)updatedAt : Timestamp.t option;The timestamp when the policy was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyArn.t
| `Timestamp of Timestamp.t ])
list ]