| 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.IoTWireless.Types.LteLocalId
Description
Synopsis
- data LteLocalId = LteLocalId' {}
- newLteLocalId :: Natural -> Natural -> LteLocalId
- lteLocalId_pci :: Lens' LteLocalId Natural
- lteLocalId_earfcn :: Lens' LteLocalId Natural
Documentation
data LteLocalId Source #
LTE local identification (local ID) information.
See: newLteLocalId smart constructor.
Constructors
| LteLocalId' | |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> LteLocalId |
Create a value of LteLocalId 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:pci:LteLocalId', lteLocalId_pci - Physical cell ID.
$sel:earfcn:LteLocalId', lteLocalId_earfcn - Evolved universal terrestrial radio access (E-UTRA) absolute radio
frequency channel number (FCN).
lteLocalId_pci :: Lens' LteLocalId Natural Source #
Physical cell ID.
lteLocalId_earfcn :: Lens' LteLocalId Natural Source #
Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).