DeviceDescription

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the device.

Link copied to clipboard

An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.

Link copied to clipboard

The unique identifier of the device.

Link copied to clipboard

A Boolean value indicating whether or not the device is enabled.

Link copied to clipboard

A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.

Link copied to clipboard

The tags currently associated with the AWS IoT 1-Click device.

Link copied to clipboard
val type: String?

The type of the device, such as "button".

Functions

Link copied to clipboard
inline fun copy(block: DeviceDescription.Builder.() -> Unit = {}): DeviceDescription
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