Class: Aws::CostExplorer::Types::DescribeCostCategoryDefinitionRequest

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.



1749
1750
1751
1752
1753
1754
# File 'lib/aws-sdk-costexplorer/types.rb', line 1749

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

#effective_onString

The date when the cost category was effective.



1749
1750
1751
1752
1753
1754
# File 'lib/aws-sdk-costexplorer/types.rb', line 1749

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