Class: Aws::LocationService::Types::LteLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::LteLocalId
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
LTE local identification information (local ID).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#earfcn ⇒ Integer
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
-
#pci ⇒ Integer
Physical Cell ID (PCI).
Instance Attribute Details
#earfcn ⇒ Integer
E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).
4944 4945 4946 4947 4948 4949 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4944 class LteLocalId < Struct.new( :earfcn, :pci) SENSITIVE = [] include Aws::Structure end |
#pci ⇒ Integer
Physical Cell ID (PCI).
4944 4945 4946 4947 4948 4949 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4944 class LteLocalId < Struct.new( :earfcn, :pci) SENSITIVE = [] include Aws::Structure end |