Module Values_0.PrimaryAttributeValueSource

A primary attribute value.

Sourcetype nonrec t = {
  1. accessType : AccessType.t option;
    (*

    The value's access type.

    *)
  2. attributeName : PrimaryAttributeContextKeyName.t option;
    (*

    The value's attribute name.

    *)
  3. values : PrimaryValueList.t option;
    (*

    The value's values.

    *)
}
Sourceval make : ?accessType:??? -> ?attributeName:??? -> ?values:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of IAMRestrictedPrimaryValue.t ] list | `String of PrimaryAttributeContextKeyName.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