Class: Aws::IoTWireless::Types::GlobalIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GlobalIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Global identity information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geran_cid ⇒ Integer
GERAN (GSM EDGE Radio Access Network) cell global identifier.
-
#lac ⇒ Integer
Location area code of the global identity.
Instance Attribute Details
#geran_cid ⇒ Integer
GERAN (GSM EDGE Radio Access Network) cell global identifier.
3033 3034 3035 3036 3037 3038 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3033 class GlobalIdentity < Struct.new( :lac, :geran_cid) SENSITIVE = [] include Aws::Structure end |
#lac ⇒ Integer
Location area code of the global identity.
3033 3034 3035 3036 3037 3038 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3033 class GlobalIdentity < Struct.new( :lac, :geran_cid) SENSITIVE = [] include Aws::Structure end |