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

Class: Aws::CostExplorer::Types::CostCategoryValues

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

Overview

Note:

When passing CostCategoryValues as input to an Aws::Client method, you can use a vanilla Hash:

{
  key: "CostCategoryName",
  values: ["Value"],
  match_options: ["EQUALS"], # accepts EQUALS, STARTS_WITH, ENDS_WITH, CONTAINS, CASE_SENSITIVE, CASE_INSENSITIVE
}

The Cost Categories values used for filtering the costs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The unique name of the Cost Category.

Returns:

  • (String)

    The unique name of the Cost Category.

    .

#match_optionsArray<String>

The match options that you can use to filter your results. MatchOptions is only applicable for only applicable for actions related to cost category. The default values for MatchOptions is EQUALS and CASE_SENSITIVE.

Returns:

  • (Array<String>)

    The match options that you can use to filter your results.

#valuesArray<String>

The specific value of the Cost Category.

Returns:

  • (Array<String>)

    The specific value of the Cost Category.