Class: Aws::IoTWireless::Types::GsmObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

GSM object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geran_cidInteger

GERAN (GSM EDGE Radio Access Network) Cell Global Identifier.

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#gsm_local_idTypes::GsmLocalId

GSM local identification (local ID) information.

Returns:



3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#gsm_nmrArray<Types::GsmNmrObj>

GSM object for network measurement reports.

Returns:



3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#gsm_timing_advanceInteger

Timing advance value, which corresponds to the length of time a signal takes to reach the base station from a mobile phone.

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#lacInteger

Location area code.

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mccInteger

Mobile Country Code.

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mncInteger

Mobile Network Code.

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#rx_levelInteger

Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).

Returns:

  • (Integer)


3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3103

class GsmObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :geran_cid,
  :gsm_local_id,
  :gsm_timing_advance,
  :rx_level,
  :gsm_nmr)
  SENSITIVE = []
  include Aws::Structure
end