Skip to content

Guardduty  >  Structures  >  PortProbeAction

PortProbeAction

Structure Class

PortProbeAction dataclass

Contains information about the PORT_PROBE action described in the finding.

Attributes

blocked class-attribute instance-attribute
blocked: bool | None = None

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

port_probe_details class-attribute instance-attribute
port_probe_details: list[PortProbeDetail] | None = None

A list of objects related to port probe details.