Module Values.AttributeSource

Contains an asset attribute property. For more information, see Attributes in the IoT SiteWise User Guide.

Sourcetype nonrec t = {
  1. defaultValue : DefaultValue.t option;
    (*

    The default value of the asset model property attribute. All assets that you create from the asset model contain this attribute value. You can update an attribute's value after you create an asset. For more information, see Updating attribute values in the IoT SiteWise User Guide.

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