Class: Aws::IoTWireless::Types::GlobalIdentity

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

Overview

Global identity information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geran_cidInteger

GERAN (GSM EDGE Radio Access Network) cell global identifier.

Returns:

  • (Integer)


2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2965

class GlobalIdentity < Struct.new(
  :lac,
  :geran_cid)
  SENSITIVE = []
  include Aws::Structure
end

#lacInteger

Location area code of the global identity.

Returns:

  • (Integer)


2965
2966
2967
2968
2969
2970
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2965

class GlobalIdentity < Struct.new(
  :lac,
  :geran_cid)
  SENSITIVE = []
  include Aws::Structure
end