Module Values.PortProbeActionSource

Contains information about the PORT_PROBE action described in the finding.

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

    Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.

    *)
  2. portProbeDetails : PortProbeDetails.t option;
    (*

    A list of objects related to port probe details.

    *)
}
Sourceval make : ?blocked:??? -> ?portProbeDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Double of Double.t | `String of String_.t ]) list ]) list ]) list ] list ]) 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