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

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

Instance Attribute Details

#bcchInteger

GSM broadcast control channel.

Returns:

  • (Integer)


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

#bsicInteger

GSM base station identity code (BSIC).

Returns:

  • (Integer)


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