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.Ipv4PrefixSpecificationResponse
Description
Documentation
data Ipv4PrefixSpecificationResponse Source #
Information about the IPv4 delegated prefixes assigned to a network interface.
See: newIpv4PrefixSpecificationResponse
smart constructor.
Constructors
Ipv4PrefixSpecificationResponse' | |
Fields
|
Instances
newIpv4PrefixSpecificationResponse :: Ipv4PrefixSpecificationResponse Source #
Create a value of Ipv4PrefixSpecificationResponse
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:ipv4Prefix:Ipv4PrefixSpecificationResponse'
, ipv4PrefixSpecificationResponse_ipv4Prefix
- The IPv4 delegated prefixes assigned to the network interface.
ipv4PrefixSpecificationResponse_ipv4Prefix :: Lens' Ipv4PrefixSpecificationResponse (Maybe Text) Source #
The IPv4 delegated prefixes assigned to the network interface.