Class: Aws::CostExplorer::Types::DescribeCostCategoryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DescribeCostCategoryDefinitionResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category ⇒ Types::CostCategory
The structure of Cost Categories.
Instance Attribute Details
#cost_category ⇒ Types::CostCategory
The structure of Cost Categories. This includes detailed metadata
and the set of rules for the CostCategory
object.
1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1463 class DescribeCostCategoryDefinitionResponse < Struct.new( :cost_category) SENSITIVE = [] include Aws::Structure end |