Sophie

Sophie

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

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

**To retrieve a list of resources**

This example retrieves summaries of the resources for an organization.

Command::

  aws workmail list-resources --organization-id m-d281d0a2fd824be5b6cd3d3ce909fd27

Output::

  {
    "Resources": [
        {
            "Id": "r-7afe0efbade843a58cdc10251fce992c",
            "Name": "exampleRoom1",
            "Type": "ROOM",
            "State": "ENABLED"
        }
    ]
  }