Class: Aws::CostExplorer::Types::CostCategorySplitChargeRuleParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostCategorySplitChargeRuleParameter
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The parameters for a split charge method.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The parameter type.
-
#values ⇒ Array<String>
The parameter values.
Instance Attribute Details
#type ⇒ String
The parameter type.
787 788 789 790 791 792 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 787 class CostCategorySplitChargeRuleParameter < Struct.new( :type, :values) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The parameter values.
787 788 789 790 791 792 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 787 class CostCategorySplitChargeRuleParameter < Struct.new( :type, :values) SENSITIVE = [] include Aws::Structure end |