class Aws::CostExplorer::Types::GroupDefinition

Represents a group when you specify a group by criteria or in the response to a query with a specific grouping.

@note When making an API call, you may pass GroupDefinition

data as a hash:

    {
      type: "DIMENSION", # accepts DIMENSION, TAG, COST_CATEGORY
      key: "GroupDefinitionKey",
    }

@!attribute [rw] type

The string that represents the type of group.
@return [String]

@!attribute [rw] key

The string that represents a key for a specified group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ce-2017-10-25/GroupDefinition AWS API Documentation

Constants

SENSITIVE