Values.ConfiguredAudienceModelAssociationSummarySourceA summary of the configured audience model association.
type nonrec t = {membershipId : MembershipIdentifier.t option;A unique identifier of the membership that contains the configured audience model association.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.
*)collaborationId : UUID.t option;A unique identifier of the collaboration that configured audience model is associated with.
*)createTime : Timestamp.t option;The time at which the configured audience model association was created.
*)updateTime : Timestamp.t option;The most recent time at which the configured audience model association was updated.
*)id : UUID.t option;A unique identifier of the configured audience model association.
*)arn : ConfiguredAudienceModelAssociationArn.t option;The Amazon Resource Name (ARN) of the configured audience model association.
*)name : ConfiguredAudienceModelAssociationName.t option;The name of the configured audience model association.
*)configuredAudienceModelArn : ConfiguredAudienceModelArn.t option;The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.
*)description : ResourceDescription.t option;The description of the configured audience model association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MembershipIdentifier.t | `Timestamp of Timestamp.t ])
list ]