PortProbeAction class

Contains information about the PORT_PROBE action described in the finding.

Constructors

PortProbeAction({bool? blocked, List<PortProbeDetail>? portProbeDetails})
PortProbeAction.fromJson(Map<String, dynamic> json)
factory

Properties

blocked bool?
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
final
hashCode int
The hash code for this object.
no setterinherited
portProbeDetails List<PortProbeDetail>?
A list of objects related to port probe details.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited