Class: Aws::CostExplorer::Types::DeleteCostCategoryDefinitionResponse

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_category_arnString

The unique identifier for your Cost Category.

Returns:

  • (String)


1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1351

class DeleteCostCategoryDefinitionResponse < Struct.new(
  :cost_category_arn,
  :effective_end)
  SENSITIVE = []
  include Aws::Structure
end

#effective_endString

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.

Returns:

  • (String)


1351
1352
1353
1354
1355
1356
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1351

class DeleteCostCategoryDefinitionResponse < Struct.new(
  :cost_category_arn,
  :effective_end)
  SENSITIVE = []
  include Aws::Structure
end