⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
iotanalytics
/
View File Name :
list-dataset-contents.rst
**To list information about dataset contents** The following ``list-dataset-contents`` example lists information about dataset contents that have been created. :: aws iotanalytics list-dataset-contents \ --dataset-name mydataset Output:: { "datasetContentSummaries": [ { "status": { "state": "SUCCEEDED" }, "scheduleTime": 1557863215.995, "version": "b10ea2a9-66c1-4d99-8d1f-518113b738d0", "creationTime": 1557863215.995 } ] } For more information, see `ListDatasetContents
`__ in the *AWS IoT Analytics API Reference*.