Class: Aws::CostExplorer::Types::UpdateCostCategoryDefinitionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::UpdateCostCategoryDefinitionRequest
- 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.
-
#default_value ⇒ String
The default value for the cost category.
-
#effective_start ⇒ String
The Cost Category's effective start date.
-
#rule_version ⇒ String
The rule schema version in this particular Cost Category.
-
#rules ⇒ Array<Types::CostCategoryRule>
The
Expressionobject used to categorize costs. -
#split_charge_rules ⇒ Array<Types::CostCategorySplitChargeRule>
The split charge rules used to allocate your charges between your Cost Category values.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value for the cost category.
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |
#effective_start ⇒ String
The Cost Category's effective start date. It can only be a billing start date (first day of the month). If the date isn't provided, it's the first day of the current month. Dates can't be before the previous twelve months, or in the future.
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |
#rule_version ⇒ String
The rule schema version in this particular Cost Category.
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::CostCategoryRule>
The Expression object used to categorize costs. For more
information, see CostCategoryRule .
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |
#split_charge_rules ⇒ Array<Types::CostCategorySplitChargeRule>
The split charge rules used to allocate your charges between your Cost Category values.
8545 8546 8547 8548 8549 8550 8551 8552 8553 8554 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 8545 class UpdateCostCategoryDefinitionRequest < Struct.new( :cost_category_arn, :effective_start, :rule_version, :rules, :default_value, :split_charge_rules) SENSITIVE = [] include Aws::Structure end |