class Aws::SecurityHub::Types::PortProbeAction

Provided if `ActionType` is `PORT_PROBE`. It provides details about the attempted port probe that was detected.

@note When making an API call, you may pass PortProbeAction

data as a hash:

    {
      port_probe_details: [
        {
          local_port_details: {
            port: 1,
            port_name: "NonEmptyString",
          },
          local_ip_details: {
            ip_address_v4: "NonEmptyString",
          },
          remote_ip_details: {
            ip_address_v4: "NonEmptyString",
            organization: {
              asn: 1,
              asn_org: "NonEmptyString",
              isp: "NonEmptyString",
              org: "NonEmptyString",
            },
            country: {
              country_code: "NonEmptyString",
              country_name: "NonEmptyString",
            },
            city: {
              city_name: "NonEmptyString",
            },
            geo_location: {
              lon: 1.0,
              lat: 1.0,
            },
          },
        },
      ],
      blocked: false,
    }

@!attribute [rw] port_probe_details

Information about the ports affected by the port probe.
@return [Array<Types::PortProbeDetail>]

@!attribute [rw] blocked

Indicates whether the port probe was blocked.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/PortProbeAction AWS API Documentation

Constants

SENSITIVE