libZSservicesZSamazonka-inspectorZSamazonka-inspector
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.Inspector.Types.PrivateIp

Description

 
Synopsis

Documentation

data PrivateIp Source #

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.

See: newPrivateIp smart constructor.

Constructors

PrivateIp' 

Fields

Instances

Instances details
Eq PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

Read PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

Show PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

Generic PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

Associated Types

type Rep PrivateIp :: Type -> Type #

NFData PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

Methods

rnf :: PrivateIp -> () #

Hashable PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

FromJSON PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

type Rep PrivateIp Source # 
Instance details

Defined in Amazonka.Inspector.Types.PrivateIp

type Rep PrivateIp = D1 ('MetaData "PrivateIp" "Amazonka.Inspector.Types.PrivateIp" "libZSservicesZSamazonka-inspectorZSamazonka-inspector" 'False) (C1 ('MetaCons "PrivateIp'" 'PrefixI 'True) (S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "privateDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPrivateIp :: PrivateIp Source #

Create a value of PrivateIp 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:privateIpAddress:PrivateIp', privateIp_privateIpAddress - The full IP address of the network inteface.

$sel:privateDnsName:PrivateIp', privateIp_privateDnsName - The DNS name of the private IP address.

privateIp_privateIpAddress :: Lens' PrivateIp (Maybe Text) Source #

The full IP address of the network inteface.

privateIp_privateDnsName :: Lens' PrivateIp (Maybe Text) Source #

The DNS name of the private IP address.