Device

class Device

Describes a device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Web Services location of the device.

Link copied to clipboard

The date and time that the site was created.

Link copied to clipboard

The description of the device.

Link copied to clipboard

The Amazon Resource Name (ARN) of the device.

Link copied to clipboard

The ID of the device.

Link copied to clipboard

The ID of the global network.

Link copied to clipboard

The site location.

Link copied to clipboard

The device model.

Link copied to clipboard

The device serial number.

Link copied to clipboard

The site ID.

Link copied to clipboard

The device state.

Link copied to clipboard
val tags: List<Tag>?

The tags for the device.

Link copied to clipboard
val type: String?

The device type.

Link copied to clipboard

The device vendor.

Functions

Link copied to clipboard
inline fun copy(block: Device.Builder.() -> Unit = {}): Device
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String