Class: Aws::IoTWireless::Types::LteLocalId

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

LTE local identification (local ID) information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earfcnInteger

Evolved universal terrestrial radio access (E-UTRA) absolute radio frequency channel number (FCN).

Returns:

  • (Integer)


4717
4718
4719
4720
4721
4722
# File 'lib/aws-sdk-iotwireless/types.rb', line 4717

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

#pciInteger

Physical cell ID.

Returns:

  • (Integer)


4717
4718
4719
4720
4721
4722
# File 'lib/aws-sdk-iotwireless/types.rb', line 4717

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