Class: Aws::CostExplorer::Types::CostCategorySplitChargeRuleParameter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

The parameter type.

Returns:

  • (String)


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

#valuesArray<String>

The parameter values.

Returns:

  • (Array<String>)


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