Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed May 14, 2024
1 parent d2304f6 commit fdecf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ $ aws-sdk-client-go ecs describe-clusters '{"Cluster":"default"}'
`--query` option allows you to query the output by JMESPath like the AWS CLI.

```console
./aws-sdk-client-go ecs DescribeClusters '{"Cluster":"default"}' \
$ aws-sdk-client-go ecs DescribeClusters '{"Cluster":"default"}' \
--query 'Clusters[0].ClusterArn'
```

Expand Down

0 comments on commit fdecf44

Please sign in to comment.