| 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.Route53.Types.CidrBlockSummary
Description
Documentation
data CidrBlockSummary Source #
A complex type that lists the CIDR blocks.
See: newCidrBlockSummary smart constructor.
Constructors
| CidrBlockSummary' | |
Instances
newCidrBlockSummary :: CidrBlockSummary Source #
Create a value of CidrBlockSummary 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:cidrBlock:CidrBlockSummary', cidrBlockSummary_cidrBlock - Value for the CIDR block.
$sel:locationName:CidrBlockSummary', cidrBlockSummary_locationName - The location name of the CIDR block.
cidrBlockSummary_cidrBlock :: Lens' CidrBlockSummary (Maybe Text) Source #
Value for the CIDR block.
cidrBlockSummary_locationName :: Lens' CidrBlockSummary (Maybe Text) Source #
The location name of the CIDR block.