pricing_get_attribute_values {paws.cost.management} | R Documentation |
Returns a list of attribute values
Description
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.
Usage
pricing_get_attribute_values(
ServiceCode,
AttributeName,
NextToken = NULL,
MaxResults = NULL
)
Arguments
ServiceCode |
[required] The service code for the service whose attributes you want to retrieve.
For example, if you want the retrieve an EC2 attribute, use |
AttributeName |
[required] The name of the attribute that you want to retrieve the values for, such
as |
NextToken |
The pagination token that indicates the next set of results that you want to retrieve. |
MaxResults |
The maximum number of results to return in response. |
[Package paws.cost.management version 0.6.1 Index]