Class: Aws::IoTWireless::Types::LoRaWANListDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANListDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWAN object for list functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_eui ⇒ String
The DevEUI value.
Instance Attribute Details
#dev_eui ⇒ String
The DevEUI value.
4417 4418 4419 4420 4421 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4417 class LoRaWANListDevice < Struct.new( :dev_eui) SENSITIVE = [] include Aws::Structure end |