Values.CollaborationConfiguredAudienceModelAssociationSummarySourceA summary of the configured audience model association in the collaboration.
type nonrec t = {arn : ConfiguredAudienceModelAssociationArn.t option;The Amazon Resource Name (ARN) of the configured audience model association.
*)createTime : Timestamp.t option;The time at which the configured audience model association was created.
*)id : ConfiguredAudienceModelAssociationIdentifier.t option;The identifier of the configured audience model association.
*)name : ConfiguredAudienceModelAssociationName.t option;The name of the configured audience model association.
*)updateTime : Timestamp.t option;The most recent time at which the configured audience model association was updated.
*)collaborationArn : CollaborationArn.t option;The unique ARN for the configured audience model's associated collaboration.
*)collaborationId : UUID.t option;A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.
*)creatorAccountId : AccountId.t option;The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.
*)description : ResourceDescription.t option;The description of the configured audience model association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ConfiguredAudienceModelAssociationArn.t
| `Timestamp of Timestamp.t ])
list ]