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.
2886 2887 2888 2889 2890 2891 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2886 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |
#bsic ⇒ Integer
GSM base station identity code (BSIC).
2886 2887 2888 2889 2890 2891 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2886 class GsmLocalId < Struct.new( :bsic, :bcch) SENSITIVE = [] include Aws::Structure end |