DoubleCriteriaCondition - Amazon Compute Optimizer
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DoubleCriteriaCondition

Defines a condition for filtering based on double/floating-point numeric values with comparison operators.

Contents

comparison

The comparison operator to use, such as equals, greater than, less than, etc.

Type: String

Valid Values: StringEquals | StringNotEquals | StringEqualsIgnoreCase | StringNotEqualsIgnoreCase | StringLike | StringNotLike | NumericEquals | NumericNotEquals | NumericLessThan | NumericLessThanEquals | NumericGreaterThan | NumericGreaterThanEquals

Required: No

values

The list of double values to compare against using the specified comparison operator.

Type: Array of doubles

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: