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.EC2.Types.Ipv6PrefixSpecificationResponse
Description
Documentation
data Ipv6PrefixSpecificationResponse Source #
Information about the IPv6 delegated prefixes assigned to a network interface.
See: newIpv6PrefixSpecificationResponse
smart constructor.
Constructors
Ipv6PrefixSpecificationResponse' | |
Fields
|
Instances
newIpv6PrefixSpecificationResponse :: Ipv6PrefixSpecificationResponse Source #
Create a value of Ipv6PrefixSpecificationResponse
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:ipv6Prefix:Ipv6PrefixSpecificationResponse'
, ipv6PrefixSpecificationResponse_ipv6Prefix
- The IPv6 delegated prefixes assigned to the network interface.
ipv6PrefixSpecificationResponse_ipv6Prefix :: Lens' Ipv6PrefixSpecificationResponse (Maybe Text) Source #
The IPv6 delegated prefixes assigned to the network interface.