Values.GetAutomatedReasoningPolicyTestCaseRequestSourceRetrieves details about a specific Automated Reasoning policy test.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.
*)testCaseId : AutomatedReasoningPolicyTestCaseId.t;The unique identifier of the test to retrieve.
*)}val make :
policyArn:AutomatedReasoningPolicyArn.t ->
testCaseId:AutomatedReasoningPolicyTestCaseId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]