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
- data AwsEc2NetworkInterfaceIpV6AddressDetail = AwsEc2NetworkInterfaceIpV6AddressDetail' {
- ipV6Address :: Maybe Text
- newAwsEc2NetworkInterfaceIpV6AddressDetail :: AwsEc2NetworkInterfaceIpV6AddressDetail
- awsEc2NetworkInterfaceIpV6AddressDetail_ipV6Address :: Lens' AwsEc2NetworkInterfaceIpV6AddressDetail (Maybe Text)
Documentation
data AwsEc2NetworkInterfaceIpV6AddressDetail Source #
Provides information about an IPV6 address that is associated with the network interface.
See: newAwsEc2NetworkInterfaceIpV6AddressDetail
smart constructor.
AwsEc2NetworkInterfaceIpV6AddressDetail' | |
|
Instances
newAwsEc2NetworkInterfaceIpV6AddressDetail :: AwsEc2NetworkInterfaceIpV6AddressDetail Source #
Create a value of AwsEc2NetworkInterfaceIpV6AddressDetail
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:ipV6Address:AwsEc2NetworkInterfaceIpV6AddressDetail'
, awsEc2NetworkInterfaceIpV6AddressDetail_ipV6Address
- The IPV6 address.
awsEc2NetworkInterfaceIpV6AddressDetail_ipV6Address :: Lens' AwsEc2NetworkInterfaceIpV6AddressDetail (Maybe Text) Source #
The IPV6 address.