| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.RemoteIpDetails
Description
Synopsis
- data RemoteIpDetails = RemoteIpDetails' {}
- newRemoteIpDetails :: RemoteIpDetails
- remoteIpDetails_city :: Lens' RemoteIpDetails (Maybe City)
- remoteIpDetails_country :: Lens' RemoteIpDetails (Maybe Country)
- remoteIpDetails_geoLocation :: Lens' RemoteIpDetails (Maybe GeoLocation)
- remoteIpDetails_ipAddressV4 :: Lens' RemoteIpDetails (Maybe Text)
- remoteIpDetails_organization :: Lens' RemoteIpDetails (Maybe Organization)
Documentation
data RemoteIpDetails Source #
Contains information about the remote IP address of the connection.
See: newRemoteIpDetails smart constructor.
Constructors
| RemoteIpDetails' | |
Fields
| |
Instances
newRemoteIpDetails :: RemoteIpDetails Source #
Create a value of RemoteIpDetails with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:city:RemoteIpDetails', remoteIpDetails_city - The city information of the remote IP address.
$sel:country:RemoteIpDetails', remoteIpDetails_country - The country code of the remote IP address.
$sel:geoLocation:RemoteIpDetails', remoteIpDetails_geoLocation - The location information of the remote IP address.
$sel:ipAddressV4:RemoteIpDetails', remoteIpDetails_ipAddressV4 - The IPv4 remote address of the connection.
$sel:organization:RemoteIpDetails', remoteIpDetails_organization - The ISP organization information of the remote IP address.
remoteIpDetails_city :: Lens' RemoteIpDetails (Maybe City) Source #
The city information of the remote IP address.
remoteIpDetails_country :: Lens' RemoteIpDetails (Maybe Country) Source #
The country code of the remote IP address.
remoteIpDetails_geoLocation :: Lens' RemoteIpDetails (Maybe GeoLocation) Source #
The location information of the remote IP address.
remoteIpDetails_ipAddressV4 :: Lens' RemoteIpDetails (Maybe Text) Source #
The IPv4 remote address of the connection.
remoteIpDetails_organization :: Lens' RemoteIpDetails (Maybe Organization) Source #
The ISP organization information of the remote IP address.