@@ -242,11 +242,11 @@ def create_custom_allocation_rule(body, opts = {})
242242 # - **PERCENT**: Allocates fixed percentages to specific tags. Requires: allocated_by (array of percentage allocations).
243243 #
244244 # **Filter Conditions:**
245- # - Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", " =", "!=", "like", "not like", "is all values", "is untagged "
245+ # - Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
246246 # - Use **values** for multi-value conditions: "in", "not in"
247247 # - Cannot use both value and values simultaneously.
248248 #
249- # **Supported operators**: is, is not, is all values, is untagged, contains, does not contain , in, not in, =, !=, like, not like
249+ # **Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
250250 #
251251 # @param body [ArbitraryCostUpsertRequest]
252252 # @param opts [Hash] the optional parameters
@@ -2088,11 +2088,11 @@ def update_custom_allocation_rule(rule_id, body, opts = {})
20882088 # - **USAGE_METRIC**: Allocates based on usage metrics (implementation varies).
20892089 #
20902090 # **Filter Conditions:**
2091- # - Use **value** for single-value conditions: "is", "is not", "contains", "does not contain", " =", "!=", "like", "not like", "is all values", "is untagged "
2091+ # - Use **value** for single-value conditions: "is", "is not", "contains", "=", "!=", "like", "not like"
20922092 # - Use **values** for multi-value conditions: "in", "not in"
20932093 # - Cannot use both value and values simultaneously.
20942094 #
2095- # **Supported operators**: is, is not, is all values, is untagged, contains, does not contain , in, not in, =, !=, like, not like
2095+ # **Supported operators**: is, is not, contains, in, not in, =, !=, like, not like
20962096 #
20972097 # @param rule_id [Integer] The unique identifier of the custom allocation rule
20982098 # @param body [ArbitraryCostUpsertRequest]
0 commit comments