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)


1206
1207
1208
1209
1210
1211
# File 'lib/aws-sdk-costexplorer/types.rb', line 1206

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 will be categorized by the deleted Cost Category.

Returns:

  • (String)


1206
1207
1208
1209
1210
1211
# File 'lib/aws-sdk-costexplorer/types.rb', line 1206

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