NAME
Paws::IoT::DescribeThingResponse
ATTRIBUTES
Attributes => Paws::IoT::Attributes
The thing attributes.
BillingGroupName => Str
The name of the billing group the thing belongs to.
DefaultClientId => Str
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.
This lets you better organize your AWS IoT fleet without removing the flexibility of the underlying device certificate model or shadows.
ThingArn => Str
The ARN of the thing to describe.
ThingId => Str
The ID of the thing to describe.
ThingName => Str
The name of the thing.
ThingTypeName => Str
The thing type name.
Version => Int
The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.