Describe an IoT thing
describe_thingRetrieve the registry record of an AWS IoT thing, including ARN, type, version, billing group, groups, and attributes. Attributes are fenced as untrusted data since any principal with UpdateThing can write them.
Instructions
Returns the registry record of one thing: ARN, thing type, version, billing group, its thing groups, and its attributes. Attributes are returned inside an untrusted-data fence because any principal with UpdateThing can write them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thing_name | Yes | Exact AWS IoT thing name. | |
| include_groups | No | Also list the thing groups this thing belongs to. Default true. |