AWS CLI list-data-sets query howto

Query should be like aws quicksight list-data-sets --aws-account-id 123456789012 --query "DataSetSummaries[?Name==‘BusIntelPacing’].Arn"

the –query argument must extract data from the results of the following query expressions: 'DataSetSummaries' according to list-data-sets — AWS CLI 1.30.3 Command Reference