| 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.InstanceIpv6AddressRequest
Description
Documentation
data InstanceIpv6AddressRequest Source #
Describes an IPv6 address.
See: newInstanceIpv6AddressRequest smart constructor.
Constructors
| InstanceIpv6AddressRequest' | |
Fields
| |
Instances
newInstanceIpv6AddressRequest :: InstanceIpv6AddressRequest Source #
Create a value of InstanceIpv6AddressRequest 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:InstanceIpv6AddressRequest', instanceIpv6AddressRequest_ipv6Address - The IPv6 address.
instanceIpv6AddressRequest_ipv6Address :: Lens' InstanceIpv6AddressRequest (Maybe Text) Source #
The IPv6 address.