Class: Aws::IoTWireless::Types::GsmLocalId

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bcchInteger

GSM broadcast control channel.

Returns:

  • (Integer)


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

#bsicInteger

GSM base station identity code (BSIC).

Returns:

  • (Integer)


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