Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Billing and Cost Management User Guide.
See https://www.paws-r-sdk.com/docs/pricing_get_attribute_values/ for full documentation.
pricing_get_attribute_values(
ServiceCode,
AttributeName,
NextToken = NULL,
MaxResults = NULL
)[required] The service code for the service whose attributes you want to retrieve.
For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
[required] The name of the attribute that you want to retrieve the values for, such
as volumeType.
The pagination token that indicates the next set of results that you want to retrieve.
The maximum number of results to return in response.