Class: Aws::IoTWireless::Types::LoRaWANDeviceMetadata

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

Overview

LoRaWAN device metatdata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_rateInteger

The DataRate value.

Returns:

  • (Integer)


3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#dev_euiString

The DevEUI value.

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#f_portInteger

The FPort value.

Returns:

  • (Integer)


3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#frequencyInteger

The device's channel frequency in Hz.

Returns:

  • (Integer)


3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#gatewaysArray<Types::LoRaWANGatewayMetadata>

Information about the gateways accessed by the device.

Returns:



3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#public_gatewaysArray<Types::LoRaWANPublicGatewayMetadata>

Information about the LoRaWAN public network accessed by the device.



3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end

#timestampString

The date and time of the metadata.

Returns:

  • (String)


3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3968

class LoRaWANDeviceMetadata < Struct.new(
  :dev_eui,
  :f_port,
  :data_rate,
  :frequency,
  :timestamp,
  :gateways,
  :public_gateways)
  SENSITIVE = []
  include Aws::Structure
end