Class: Aws::IoTWireless::Types::GsmNmrObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GsmNmrObj
- Includes:
- Structure
- Defined in:
- 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.
3126 3127 3128 3129 3130 3131 3132 3133 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3126 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |
#bsic ⇒ Integer
GSM base station identity code (BSIC).
3126 3127 3128 3129 3130 3131 3132 3133 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3126 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.
3126 3127 3128 3129 3130 3131 3132 3133 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3126 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).
3126 3127 3128 3129 3130 3131 3132 3133 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3126 class GsmNmrObj < Struct.new( :bsic, :bcch, :rx_level, :global_identity) SENSITIVE = [] include Aws::Structure end |