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

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

Overview

LoRaWAN device metatdata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_rate ⇒ Integer

The DataRate value.

Returns:

  • (Integer)


4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#dev_eui ⇒ String

The DevEUI value.

Returns:

  • (String)


4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#f_port ⇒ Integer

The FPort value.

Returns:

  • (Integer)


4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#frequency ⇒ Integer

The device's channel frequency in Hz.

Returns:

  • (Integer)


4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#gateways ⇒ Array<Types::LoRaWANGatewayMetadata>

Information about the gateways accessed by the device.

Returns:



4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#public_gateways ⇒ Array<Types::LoRaWANPublicGatewayMetadata>

Information about the LoRaWAN public network accessed by the device.



4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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

#timestamp ⇒ String

The date and time of the metadata.

Returns:

  • (String)


4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
# File 'lib/aws-sdk-iotwireless/types.rb', line 4178

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