class Aws::SecurityHub::Types::ActionRemoteIpDetails

For `AwsApiAction`, `NetworkConnectionAction`, and `PortProbeAction`, `RemoteIpDetails` provides information about the remote IP address that was involved in the action.

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

data as a hash:

    {
      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,
      },
    }

@!attribute [rw] ip_address_v4

The IP address.
@return [String]

@!attribute [rw] organization

The internet service provider (ISP) organization associated with the
remote IP address.
@return [Types::IpOrganizationDetails]

@!attribute [rw] country

The country where the remote IP address is located.
@return [Types::Country]

@!attribute [rw] city

The city where the remote IP address is located.
@return [Types::City]

@!attribute [rw] geo_location

The coordinates of the location of the remote IP address.
@return [Types::GeoLocation]

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

Constants

SENSITIVE