libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.IpOrganizationDetails

Description

 
Synopsis

Documentation

data IpOrganizationDetails Source #

Provides information about an internet provider.

See: newIpOrganizationDetails smart constructor.

Constructors

IpOrganizationDetails' 

Fields

  • org :: Maybe Text

    The name of the internet provider.

  • asnOrg :: Maybe Text

    The name of the organization that registered the ASN.

  • asn :: Maybe Int

    The Autonomous System Number (ASN) of the internet provider

  • isp :: Maybe Text

    The ISP information for the internet provider.

Instances

Instances details
Eq IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

Read IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

Show IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

Generic IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

Associated Types

type Rep IpOrganizationDetails :: Type -> Type #

NFData IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

Methods

rnf :: IpOrganizationDetails -> () #

Hashable IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

ToJSON IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

FromJSON IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

type Rep IpOrganizationDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.IpOrganizationDetails

type Rep IpOrganizationDetails = D1 ('MetaData "IpOrganizationDetails" "Amazonka.SecurityHub.Types.IpOrganizationDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "IpOrganizationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "org") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "asnOrg") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "asn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "isp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newIpOrganizationDetails :: IpOrganizationDetails Source #

Create a value of IpOrganizationDetails 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:org:IpOrganizationDetails', ipOrganizationDetails_org - The name of the internet provider.

$sel:asnOrg:IpOrganizationDetails', ipOrganizationDetails_asnOrg - The name of the organization that registered the ASN.

$sel:asn:IpOrganizationDetails', ipOrganizationDetails_asn - The Autonomous System Number (ASN) of the internet provider

$sel:isp:IpOrganizationDetails', ipOrganizationDetails_isp - The ISP information for the internet provider.

ipOrganizationDetails_org :: Lens' IpOrganizationDetails (Maybe Text) Source #

The name of the internet provider.

ipOrganizationDetails_asnOrg :: Lens' IpOrganizationDetails (Maybe Text) Source #

The name of the organization that registered the ASN.

ipOrganizationDetails_asn :: Lens' IpOrganizationDetails (Maybe Int) Source #

The Autonomous System Number (ASN) of the internet provider

ipOrganizationDetails_isp :: Lens' IpOrganizationDetails (Maybe Text) Source #

The ISP information for the internet provider.