Module Values_3.AttributeBooleanValueSource

Describes a value for a resource attribute that is a Boolean value.

Sourcetype nonrec t = {
  1. value : Values_0.Boolean.t option;
    (*

    The attribute value. The valid values are true or false.

    *)
}
Sourceval make : ?value:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.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