Class: Aws::IoTWireless::Types::TdscdmaLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TdscdmaLocalId
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
TD-SCDMA local identification (local Id) information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cell_params ⇒ Integer
Cell parameters for TD-SCDMA.
-
#uarfcn ⇒ Integer
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
Instance Attribute Details
#cell_params ⇒ Integer
Cell parameters for TD-SCDMA.
6141 6142 6143 6144 6145 6146 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6141 class TdscdmaLocalId < Struct.new( :uarfcn, :cell_params) SENSITIVE = [] include Aws::Structure end |
#uarfcn ⇒ Integer
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number (UARFCN).
6141 6142 6143 6144 6145 6146 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 6141 class TdscdmaLocalId < Struct.new( :uarfcn, :cell_params) SENSITIVE = [] include Aws::Structure end |