Sophie

Sophie

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

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

**To retrieve a list of attribute values**

This example retrieves a list of values available for the given attribute.

Command::

  aws pricing get-attribute-values --service-code AmazonEC2 --attribute-name volumeType --max-items 2

Output::

  {
    "NextToken": "eyJOZXh0VG9rZW4iOiBudWxsLCAiYm90b190cnVuY2F0ZV9hbW91bnQiOiAyfQ==",
    "AttributeValues": [
        {
            "Value": "Cold HDD"
        },
        {
            "Value": "General Purpose"
        }
    ]
}