| 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.Organization
Description
Synopsis
Documentation
data Organization Source #
Contains information about the ISP organization of the remote IP address.
See: newOrganization smart constructor.
Constructors
| Organization' | |
Instances
newOrganization :: Organization Source #
Create a value of Organization 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:asn:Organization', organization_asn - The Autonomous System Number (ASN) of the internet provider of the
remote IP address.
$sel:asnOrg:Organization', organization_asnOrg - The organization that registered this ASN.
$sel:isp:Organization', organization_isp - The ISP information for the internet provider.
$sel:org:Organization', organization_org - The name of the internet provider.
organization_asn :: Lens' Organization (Maybe Text) Source #
The Autonomous System Number (ASN) of the internet provider of the remote IP address.
organization_asnOrg :: Lens' Organization (Maybe Text) Source #
The organization that registered this ASN.
organization_isp :: Lens' Organization (Maybe Text) Source #
The ISP information for the internet provider.
organization_org :: Lens' Organization (Maybe Text) Source #
The name of the internet provider.