Class: Aws::CostExplorer::Types::CreateCostCategoryDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CreateCostCategoryDefinitionResponse
- 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 newly created Cost Category.
-
#effective_start ⇒ String
The Cost Category's effective start date.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your newly created Cost Category.
923 924 925 926 927 928 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 923 class CreateCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_start) SENSITIVE = [] include Aws::Structure end |
#effective_start ⇒ String
The Cost Category's effective start date.
923 924 925 926 927 928 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 923 class CreateCostCategoryDefinitionResponse < Struct.new( :cost_category_arn, :effective_start) SENSITIVE = [] include Aws::Structure end |