You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::CostCategory

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The structure of Cost Categories. This includes detailed metadata and the set of rules for the CostCategory object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cost_category_arnString

The unique identifier for your Cost Category.

Returns:

  • (String)

    The unique identifier for your Cost Category.

#effective_endString

The Cost Category\'s effective end date.

Returns:

  • (String)

    The Cost Category\'s effective end date.

#effective_startString

The Cost Category\'s effective start date.

Returns:

  • (String)

    The Cost Category\'s effective start date.

#nameString

The unique name of the Cost Category.

Returns:

  • (String)

    The unique name of the Cost Category.

    .

#processing_statusArray<Types::CostCategoryProcessingStatus>

The list of processing statuses for Cost Management products for a specific cost category.

Returns:

#rule_versionString

The rule schema version in this particular Cost Category.

Possible values:

  • CostCategoryExpression.v1

Returns:

  • (String)

    The rule schema version in this particular Cost Category.

    .

#rulesArray<Types::CostCategoryRule>

Rules are processed in order. If there are multiple rules that match the line item, then the first rule to match is used to determine that Cost Category value.

Returns: