DeviceDescription class

Constructors

DeviceDescription({String? arn, Map<String, String>? attributes, String? deviceId, bool? enabled, double? remainingLife, Map<String, String>? tags, String? type})
DeviceDescription.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the device.
final
attributes Map<String, String>?
An array of zero or more elements of DeviceAttribute objects providing user specified device attributes.
final
deviceId String?
The unique identifier of the device.
final
enabled bool?
A Boolean value indicating whether or not the device is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
remainingLife double?
A value between 0 and 1 inclusive, representing the fraction of life remaining for the device.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, String>?
The tags currently associated with the AWS IoT 1-Click device.
final
type String?
The type of the device, such as "button".
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited