ThingAttribute

The properties of the thing, including thing name, thing type name, and a list of thing attributes.

Types

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

Properties

Link copied to clipboard

A list of thing attributes which are name-value pairs.

Link copied to clipboard

The thing ARN.

Link copied to clipboard

The name of the thing.

Link copied to clipboard

The name of the thing type, if the thing has been associated with a type.

Link copied to clipboard

The version of the thing record in the registry.

Functions

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