Class: Aws::CostExplorer::Types::DeleteCostCategoryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DeleteCostCategoryDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#effective_end ⇒ String
The effective end date of the Cost Category as a result of deleting it.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1432 class DeleteCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_end) SENSITIVE = [] include Aws::Structure end |
#effective_end ⇒ String
The effective end date of the Cost Category as a result of deleting it. No costs after this date is categorized by the deleted Cost Category.
1432 1433 1434 1435 1436 1437 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1432 class DeleteCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_end) SENSITIVE = [] include Aws::Structure end |