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

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)


6866
6867
6868
6869
6870
6871
# File 'lib/aws-sdk-costexplorer/types.rb', line 6866

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

#effective_startString

The Cost Category’s effective start date.

Returns:

  • (String)


6866
6867
6868
6869
6870
6871
# File 'lib/aws-sdk-costexplorer/types.rb', line 6866

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