Class: Aws::CostExplorer::Types::DeleteCostCategoryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DeleteCostCategoryDefinitionResponse
- 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.
-
#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.
1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1125 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 will be categorized by the deleted Cost Category.
1125 1126 1127 1128 1129 1130 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1125 class DeleteCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_end) SENSITIVE = [] include Aws::Structure end |