Class: Aws::CostExplorer::Types::UpdateCostCategoryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateCostCategoryDefinitionResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
-
#effective_start ⇒ String
The Cost Category's effective start date.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
7495 7496 7497 7498 7499 7500 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7495 class UpdateCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_start) SENSITIVE = [] include Aws::Structure end |
#effective_start ⇒ String
The Cost Category's effective start date.
7495 7496 7497 7498 7499 7500 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 7495 class UpdateCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_start) SENSITIVE = [] include Aws::Structure end |