Class: Aws::CostExplorer::Types::DeleteCostCategoryDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DeleteCostCategoryDefinitionRequest
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
1704 1705 1706 1707 1708 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1704 class DeleteCostCategoryDefinitionRequest < Struct.new( :cost_category_arn) SENSITIVE = [] include Aws::Structure end |