Class: Aws::IoTWireless::Types::GsmNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GsmNmrObj
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
GSM object for network measurement reports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bcch ⇒ Integer
GSM broadcast control channel.
-
#bsic ⇒ Integer
GSM base station identity code (BSIC).
-
#global_identity ⇒ Types::GlobalIdentity
Global identity information of the GSM object.
-
#rx_level ⇒ Integer
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
Instance Attribute Details
#bcch ⇒ Integer
GSM broadcast control channel.
3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |
#bsic ⇒ Integer
GSM base station identity code (BSIC).
3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |
#global_identity ⇒ Types::GlobalIdentity
Global identity information of the GSM object.
3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |
#rx_level ⇒ Integer
Rx level, which is the received signal power, measured in dBm (decibel-milliwatts).
3058 3059 3060 3061 3062 3063 3064 3065 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3058 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |