Device

data class Device(val description: String? = null, val deviceName: String, val iotThingName: String? = null)

Edge device you want to create

Constructors

Link copied to clipboard
constructor(description: String? = null, deviceName: String, iotThingName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the device

Link copied to clipboard

The name of the device

Link copied to clipboard
val iotThingName: String? = null

AWS Internet of Things (IoT) object name.