Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1541

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To list tags for a resource**

This example lists tags for an AWS RoboMaker resource. 

Command::

  aws robomaker list-tags-for-resource --resource-arn "arn:aws:robomaker:us-west-2:111111111111:robot/Robby_the_Robot/1544035373264"

Output::

  {
    "tags": {
        "Region": "North",
        "Stage": "Initial"
    }
  }