GetThingResult

data class GetThingResult(val arn: String? = null, val attributePayload: ThingAttributePayload? = null, val id: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, attributePayload: ThingAttributePayload? = null, id: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the AWS IoT thing, such as arn:aws:iot:us-east-2:123456789012:thing/MyThing .

Link copied to clipboard

A string that contains up to three key value pairs. Maximum length of 800. Duplicates not allowed.

Link copied to clipboard
val id: String? = null

The Id of this thing.