Class: Aws::IoTWireless::Types::GlobalIdentity
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::GlobalIdentity
 
- Defined in:
- gems/aws-sdk-iotwireless/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.
| 3047 3048 3049 3050 3051 3052 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3047 class GlobalIdentity < Struct.new( :lac, :geran_cid) SENSITIVE = [] include Aws::Structure end | 
#lac ⇒ Integer
Location area code of the global identity.
| 3047 3048 3049 3050 3051 3052 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3047 class GlobalIdentity < Struct.new( :lac, :geran_cid) SENSITIVE = [] include Aws::Structure end |