ThingName

class ThingName : AbstractValue<String> (source)

AWS does not allow slashes in a thing name, which is what lets it be dropped straight into the /things/{thingName}/shadow path.

Types

Link copied to clipboard
object Companion : StringValueFactory<ThingName>

Properties

Link copied to clipboard
open override val value: String

Functions

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