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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-costexplorer/types.rb', line 1302

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)


1302
1303
1304
1305
1306
1307
# File 'lib/aws-sdk-costexplorer/types.rb', line 1302

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