Class: Aws::LocationService::Types::LteLocalId

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#earfcnInteger

E-UTRA (Evolved Universal Terrestrial Radio Access) absolute radio frequency channel number (EARFCN).

Returns:

  • (Integer)


4946
4947
4948
4949
4950
4951
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4946

class LteLocalId < Struct.new(
  :earfcn,
  :pci)
  SENSITIVE = []
  include Aws::Structure
end

#pciInteger

Physical Cell ID (PCI).

Returns:

  • (Integer)


4946
4947
4948
4949
4950
4951
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4946

class LteLocalId < Struct.new(
  :earfcn,
  :pci)
  SENSITIVE = []
  include Aws::Structure
end