GetThingTypeResult

data class GetThingTypeResult(val arn: String? = null, val deprecateThingType: Boolean? = null, val id: String? = null, val tags: List<Tag>? = null, val thingTypeProperties: ThingTypePropertiesProperties? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deprecateThingType: Boolean? = null, id: String? = null, tags: List<Tag>? = null, thingTypeProperties: ThingTypePropertiesProperties? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The thing type arn.

Link copied to clipboard

Deprecates a thing type. You can not associate new things with deprecated thing type. Requires permission to access the DeprecateThingType action.

Link copied to clipboard
val id: String? = null

The thing type id.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard

The thing type properties for the thing type to create. It contains information about the new thing type including a description, a list of searchable thing attribute names, and a list of propagating attributes. After a thing type is created, you can only update Mqtt5Configuration .