Class: Aws::IoTWireless::Types::GsmLocalId
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GsmLocalId
- Defined in:
- gems/aws-sdk-iotwireless/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.
3032 3033 3034 3035 3036 3037 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3032 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |
#bsic ⇒ Integer
GSM base station identity code (BSIC).
3032 3033 3034 3035 3036 3037 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3032 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |