Values_2.TestCaseSummarySourceContains summary information about a test case.
type nonrec t = {id : Values_0.TestCaseId.t option;The identifier of the test case.
*)arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the test case.
*)name : Values_0.ContactFlowName.t option;The name of the test case.
*)status : Values_0.TestCaseStatus.t option;The status of the test case.
*)lastModifiedTime : Values_0.Timestamp.t option;The time at which the test case was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The region in which the test case was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.TestCaseId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]