Values.ProfileSummarySourceSummary of a profile.
type nonrec t = {profileArn : ProfileArn.t option;The profile ARN.
*)profileVersion : ProfileVersion.t option;The profile version.
*)profileName : ProfileName.t option;The profile name.
*)profileDescription : ProfileDescription.t option;The profile description.
*)owner : AwsAccountId.t option;createdAt : Timestamp.t option;updatedAt : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string * [> `String of ProfileArn.t | `Timestamp of Timestamp.t ]) list ]