Values_0.OutgoingCertificateSourceA certificate that has been transferred but not yet accepted.
type nonrec t = {certificateArn : CertificateArn.t option;The certificate ARN.
*)certificateId : CertificateId.t option;The certificate ID.
*)transferredTo : AwsAccountId.t option;The Amazon Web Services account to which the transfer was made.
*)transferDate : DateType.t option;The date the transfer was initiated.
*)transferMessage : Message.t option;The transfer message.
*)creationDate : DateType.t option;The certificate creation date.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CertificateArn.t | `Timestamp of DateType.t ])
list ]