Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
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.
PrivateIp' | |
|
Instances
Eq PrivateIp Source # | |
Read PrivateIp Source # | |
Show PrivateIp Source # | |
Generic PrivateIp Source # | |
NFData PrivateIp Source # | |
Defined in Amazonka.Inspector.Types.PrivateIp | |
Hashable PrivateIp Source # | |
Defined in Amazonka.Inspector.Types.PrivateIp | |
FromJSON PrivateIp Source # | |
type Rep PrivateIp Source # | |
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.