Module Values.CollaborationConfiguredAudienceModelAssociationSummarySource

A summary of the configured audience model association in the collaboration.

Sourcetype nonrec t = {
  1. arn : ConfiguredAudienceModelAssociationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the configured audience model association.

    *)
  2. createTime : Timestamp.t option;
    (*

    The time at which the configured audience model association was created.

    *)
  3. id : ConfiguredAudienceModelAssociationIdentifier.t option;
    (*

    The identifier of the configured audience model association.

    *)
  4. name : ConfiguredAudienceModelAssociationName.t option;
    (*

    The name of the configured audience model association.

    *)
  5. updateTime : Timestamp.t option;
    (*

    The most recent time at which the configured audience model association was updated.

    *)
  6. collaborationArn : CollaborationArn.t option;
    (*

    The unique ARN for the configured audience model's associated collaboration.

    *)
  7. collaborationId : UUID.t option;
    (*

    A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.

    *)
  8. creatorAccountId : AccountId.t option;
    (*

    The identifier used to reference members of the collaboration. Only supports Amazon Web Services account ID.

    *)
  9. description : ResourceDescription.t option;
    (*

    The description of the configured audience model association.

    *)
}
Sourceval make : ?arn:??? -> ?createTime:??? -> ?id:??? -> ?name:??? -> ?updateTime:??? -> ?collaborationArn:??? -> ?collaborationId:??? -> ?creatorAccountId:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ConfiguredAudienceModelAssociationArn.t | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t