Values.GetAutomatedReasoningPolicyTestResultRequestSourceRetrieves the test result for a specific Automated Reasoning policy test. Returns detailed validation findings and execution status.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy.
*)buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t;The build workflow identifier. The build workflow must display a COMPLETED status to get results.
*)testCaseId : AutomatedReasoningPolicyTestCaseId.t;The unique identifier of the test for which to retrieve results.
*)}val make :
policyArn:AutomatedReasoningPolicyArn.t ->
buildWorkflowId:AutomatedReasoningPolicyBuildWorkflowId.t ->
testCaseId:AutomatedReasoningPolicyTestCaseId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]