Values.TrustStoreSummarySourceA trust store summary.
type nonrec t = {id : String_.t option;The trust store's ID.
*)arn : String_.t option;The trust store's Amazon Resource Name (ARN).
*)name : String_.t option;The trust store's name.
*)status : TrustStoreStatus.t option;The trust store's status.
*)numberOfCaCertificates : Integer.t option;The trust store's number of CA certificates.
*)lastModifiedTime : Timestamp.t option;The trust store's last modified time.
*)reason : String_.t option;The trust store's reason.
*)eTag : String_.t option;The version identifier for the current version of the trust store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]