Class: Aws::CostExplorer::Types::CreateCostCategoryDefinitionResponse

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 newly created Cost Category.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'lib/aws-sdk-costexplorer/types.rb', line 1126

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

#effective_startString

The Cost Category’s effective start date. It can only be a billing start date (first day of the month).

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'lib/aws-sdk-costexplorer/types.rb', line 1126

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