Values.AlternateContactSourceA structure that contains the details of an alternate contact associated with an Amazon Web Services account
type nonrec t = {name : Name.t option;The name associated with this alternate contact.
*)title : Title.t option;The title associated with this alternate contact.
*)emailAddress : EmailAddress.t option;The email address associated with this alternate contact.
*)phoneNumber : PhoneNumber.t option;The phone number associated with this alternate contact.
*)alternateContactType : AlternateContactType.t option;The type of alternate contact.
*)}