Values.ProfileSourceA 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.
*)profileQuestions : ProfileQuestions.t option;Profile questions.
*)owner : AwsAccountId.t option;createdAt : Timestamp.t option;updatedAt : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of MinSelectedProfileChoices.t
| `List of
[> `String of ChoiceId.t
| `Structure of
(string * [> `String of ChoiceId.t ]) list ]
list
| `String of QuestionId.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ProfileArn.t
| `Timestamp of Timestamp.t ])
list ]