Class: Aws::IoTWireless::Types::LoRaWANDeviceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANDeviceMetadata
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN device metatdata.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_rate ⇒ Integer
The DataRate value.
-
#dev_eui ⇒ String
The DevEUI value.
-
#f_port ⇒ Integer
The FPort value.
-
#frequency ⇒ Integer
The device's channel frequency in Hz.
-
#gateways ⇒ Array<Types::LoRaWANGatewayMetadata>
Information about the gateways accessed by the device.
-
#public_gateways ⇒ Array<Types::LoRaWANPublicGatewayMetadata>
Information about the LoRaWAN public network accessed by the device.
-
#timestamp ⇒ String
The date and time of the metadata.
Instance Attribute Details
#data_rate ⇒ Integer
The DataRate value.
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_eui ⇒ String
The DevEUI value.
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_port ⇒ Integer
The FPort value.
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 |
#frequency ⇒ Integer
The device's channel frequency in Hz.
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 |
#gateways ⇒ Array<Types::LoRaWANGatewayMetadata>
Information about the gateways 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 |
#public_gateways ⇒ Array<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 |
#timestamp ⇒ String
The date and time of the metadata.
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 |