Class: Aws::IoTWireless::Types::TdscdmaLocalId

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

Overview

TD-SCDMA local identification (local Id) information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_paramsInteger

Cell parameters for TD-SCDMA.

Returns:

  • (Integer)


6034
6035
6036
6037
6038
6039
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6034

class TdscdmaLocalId < Struct.new(
  :uarfcn,
  :cell_params)
  SENSITIVE = []
  include Aws::Structure
end

#uarfcnInteger

TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).

Returns:

  • (Integer)


6034
6035
6036
6037
6038
6039
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6034

class TdscdmaLocalId < Struct.new(
  :uarfcn,
  :cell_params)
  SENSITIVE = []
  include Aws::Structure
end