DeviceDevice

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

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

A description for the device.

Link copied to clipboard

The name of the device.

Link copied to clipboard
val iotThingName: String? = null

Amazon Web Services Internet of Things (IoT) object name.