costexplorer_list_cost_allocation_tags {paws.cost.management} | R Documentation |
Get a list of cost allocation tags
Description
Get a list of cost allocation tags. All inputs in the API are optional and serve as filters. By default, all cost allocation tags are returned.
See https://www.paws-r-sdk.com/docs/costexplorer_list_cost_allocation_tags/ for full documentation.
Usage
costexplorer_list_cost_allocation_tags(
Status = NULL,
TagKeys = NULL,
Type = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
Status |
The status of cost allocation tag keys that are returned for this request. |
TagKeys |
The list of cost allocation tag keys that are returned for this request. |
Type |
The type of |
NextToken |
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size. |
MaxResults |
The maximum number of objects that are returned for this request. By default, the request returns 100 results. |