| 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.InstanceIpv4Prefix
Description
Documentation
data InstanceIpv4Prefix Source #
Information about an IPv4 prefix.
See: newInstanceIpv4Prefix smart constructor.
Constructors
| InstanceIpv4Prefix' | |
Fields
| |
Instances
newInstanceIpv4Prefix :: InstanceIpv4Prefix Source #
Create a value of InstanceIpv4Prefix 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:InstanceIpv4Prefix', instanceIpv4Prefix_ipv4Prefix - One or more IPv4 prefixes assigned to the network interface.
instanceIpv4Prefix_ipv4Prefix :: Lens' InstanceIpv4Prefix (Maybe Text) Source #
One or more IPv4 prefixes assigned to the network interface.