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

Class: Aws::CostExplorer::Types::CostCategoryReference

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

Overview

A reference to a Cost Category containing only enough information to identify the Cost Category.

You can use this information to retrieve the full Cost Category information using DescribeCostCategory.

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.

    .

#number_of_rulesInteger

The number of rules associated with a specific Cost Category.

Returns:

  • (Integer)

    The number of rules associated with a specific Cost Category.

#processing_statusArray<Types::CostCategoryProcessingStatus>

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

Returns:

#valuesArray<String>

A list of unique cost category values in a specific cost category.

Returns:

  • (Array<String>)

    A list of unique cost category values in a specific cost category.