Skip to content

Guardduty  >  Structures  >  LocalPortDetails

LocalPortDetails

Structure Class

LocalPortDetails dataclass

Contains information about the port for the local connection.

Attributes

port class-attribute instance-attribute
port: int | None = None

The port number of the local connection.

port_name class-attribute instance-attribute
port_name: str | None = None

The port name of the local connection.