Class: Aws::CostExplorer::Types::UpdateCostCategoryDefinitionResponse

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)


7341
7342
7343
7344
7345
7346
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7341

class UpdateCostCategoryDefinitionResponse < 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)


7341
7342
7343
7344
7345
7346
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7341

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