ManagedThingSummary

Structure representing one managed thing.

Types

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

Properties

Link copied to clipboard

The timestampe value of when the managed thing was activated at.

Link copied to clipboard

The id of the advertised product.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the managed thing.

Link copied to clipboard

The brand of the device.

Link copied to clipboard

The classification of the managed thing such as light bulb or thermostat.

Link copied to clipboard

The identifier of the connector destination associated with this managed thing, if applicable.

Link copied to clipboard

The third-party device id as defined by the connector. This device id must not contain personal identifiable information (PII).

Link copied to clipboard

The id of the connector policy.

Link copied to clipboard

The timestamp value of when the device creation request occurred.

Link copied to clipboard

The identifier of the credential locker for the managed thing.

Link copied to clipboard
val id: String?

The id of the device.

Link copied to clipboard

The model of the device.

Link copied to clipboard
val name: String?

The name of the managed thing representing the physical device.

Link copied to clipboard

Owner of the device, usually an indication of whom the device belongs to. This value should not contain personal identifiable information.

Link copied to clipboard

Id of the controller device used for the discovery job.

Link copied to clipboard

The provisioning status of the device in the provisioning workflow for onboarding to IoT managed integrations.

Link copied to clipboard
val role: Role?

The type of device used. This will be the Amazon Web Services hub controller, cloud device, or IoT device.

Link copied to clipboard

The serial number of the device.

Link copied to clipboard

The timestamp value of when the managed thing was last updated at.

Functions

Link copied to clipboard
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