Class: Aws::CostExplorer::Types::DescribeCostCategoryDefinitionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_categoryTypes::CostCategory

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

Returns:



1382
1383
1384
1385
1386
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1382

class DescribeCostCategoryDefinitionResponse < Struct.new(
  :cost_category)
  SENSITIVE = []
  include Aws::Structure
end