Class: Aws::IoTWireless::Types::LoRaWANDeviceMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANDeviceMetadata
- Includes:
- Structure
- Defined in:
- 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 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.
4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4036 class LoRaWANDeviceMetadata < Struct.new( :dev_eui, :f_port, :data_rate, :frequency, :timestamp, :gateways, :public_gateways) SENSITIVE = [] include Aws::Structure end |