Describir las cosas
Puede utilizar el comando DescribeThing para mostrar información más detallada sobre una cosa:
$ aws iot describe-thing --thing-name "MyLightBulb" { "version": 3, "thingName": "MyLightBulb", "thingArn": "arn:aws:iot:us-east-1:123456789012:thing/MyLightBulb", "thingId": "12345678abcdefgh12345678ijklmnop12345678", "defaultClientId": "MyLightBulb", "thingTypeName": "StopLight", "attributes": { "model": "123", "wattage": "75" } }
Para obtener más información, consulte describe-thing en la Referencia de comandos de AWS CLI.