Class: Aws::IoTWireless::Types::WcdmaObj

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

Overview

WCDMA.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lacInteger

Location Area Code.

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mccInteger

Mobile Country Code.

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#mncInteger

Mobile Network Code.

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#path_lossInteger

Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#rscpInteger

Received Signal Code Power (signal power) (dBm).

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#utran_cidInteger

UTRAN (UMTS Terrestrial Radio Access Network) Cell Global Identifier.

Returns:

  • (Integer)


6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#wcdma_local_idTypes::WcdmaLocalId

WCDMA local ID information.

Returns:



6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end

#wcdma_nmrArray<Types::WcdmaNmrObj>

WCDMA object for network measurement reports.

Returns:



6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6891

class WcdmaObj < Struct.new(
  :mcc,
  :mnc,
  :lac,
  :utran_cid,
  :wcdma_local_id,
  :rscp,
  :path_loss,
  :wcdma_nmr)
  SENSITIVE = []
  include Aws::Structure
end