Module Values.ActionTargetSource

Describes a remediation action target.

Sourcetype nonrec t = {
  1. resourceId : ResourceId.t option;
    (*

    The ID of the remediation target.

    *)
  2. description : LengthBoundedString.t option;
    (*

    A description of the remediation action target.

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