costexplorer_list_cost_category_definitions: Returns the name, Amazon Resource Name (ARN), NumberOfRules...

View source: R/costexplorer_operations.R

costexplorer_list_cost_category_definitionsR Documentation

Returns the name, Amazon Resource Name (ARN), NumberOfRules and effective dates of all Cost Categories defined in the account

Description

Returns the name, Amazon Resource Name (ARN), NumberOfRules and effective dates of all Cost Categories defined in the account. You have the option to use EffectiveOn to return a list of Cost Categories that were active on a specific date. If there is no EffectiveOn specified, you’ll see Cost Categories that are effective on the current date. If Cost Category is still effective, EffectiveEnd is omitted in the response. list_cost_category_definitions supports pagination. The request can have a MaxResults range up to 100.

See https://www.paws-r-sdk.com/docs/costexplorer_list_cost_category_definitions/ for full documentation.

Usage

costexplorer_list_cost_category_definitions(
  EffectiveOn = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

EffectiveOn

The date when the Cost Category was effective.

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 number of entries a paginated response contains.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.