Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceDescription

Hierarchy

  • DeviceDescription

Index

Properties

Optional Arn

Arn: undefined | string

The ARN of the device.

Optional Attributes

Attributes: Record<string, string>

An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.

Optional DeviceId

DeviceId: undefined | string

The unique identifier of the device.

Optional Enabled

Enabled: undefined | false | true

A Boolean value indicating whether or not the device is enabled.

Optional RemainingLife

RemainingLife: undefined | number

A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.

Optional Tags

Tags: Record<string, string>

The tags currently associated with the AWS IoT 1-Click device.

Optional Type

Type: undefined | string

The type of the device, such as "button".