amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Description

 
Synopsis

Documentation

data Ipv4PrefixSpecificationResponse Source #

Information about the IPv4 delegated prefixes assigned to a network interface.

See: newIpv4PrefixSpecificationResponse smart constructor.

Constructors

Ipv4PrefixSpecificationResponse' 

Fields

Instances

Instances details
FromXML Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Generic Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Associated Types

type Rep Ipv4PrefixSpecificationResponse :: Type -> Type #

Read Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Show Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

NFData Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Eq Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

Hashable Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

type Rep Ipv4PrefixSpecificationResponse Source # 
Instance details

Defined in Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse

type Rep Ipv4PrefixSpecificationResponse = D1 ('MetaData "Ipv4PrefixSpecificationResponse" "Amazonka.EC2.Types.Ipv4PrefixSpecificationResponse" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "Ipv4PrefixSpecificationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipv4Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.