DescribeThingResponse class
The output from the DescribeThing operation.
Constructors
Properties
-
attributes
→ Map<
String, String> ? -
The thing attributes.
final
- billingGroupName → String?
-
The name of the billing group the thing belongs to.
final
- defaultClientId → String?
-
The default MQTT client ID. For a typical device, the thing name is also
used as the default MQTT client ID. Although we don’t require a mapping
between a thing's registry name and its use of MQTT client IDs,
certificates, or shadow state, we recommend that you choose a thing name and
use it as the MQTT client ID for the registry and the Device Shadow service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thingArn → String?
-
The ARN of the thing to describe.
final
- thingId → String?
-
The ID of the thing to describe.
final
- thingName → String?
-
The name of the thing.
final
- thingTypeName → String?
-
The thing type name.
final
- version → int?
-
The current version of the thing record in the registry.
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