Class: Aws::LocationService::Types::LteLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::LteLocalId
- Defined in:
- gems/aws-sdk-locationservice/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).
5073 5074 5075 5076 5077 5078 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5073 class LteLocalId < Struct.new( :earfcn, :pci) SENSITIVE = [] include Aws::Structure end |
#pci ⇒ Integer
Physical Cell ID (PCI).
5073 5074 5075 5076 5077 5078 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5073 class LteLocalId < Struct.new( :earfcn, :pci) SENSITIVE = [] include Aws::Structure end |