Class: Aws::IoTWireless::Types::GsmLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GsmLocalId
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
GSM local ID information, which corresponds to the local identification parameters of a GSM cell.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bcch ⇒ Integer
GSM broadcast control channel.
-
#bsic ⇒ Integer
GSM base station identity code (BSIC).
Instance Attribute Details
#bcch ⇒ Integer
GSM broadcast control channel.
3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3100 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |
#bsic ⇒ Integer
GSM base station identity code (BSIC).
3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3100 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |