class Aws::IoT::Types::MetricValue
@return [Array<String>]
The string values of a metric.
@!attribute [rw] strings
@return [Array<Float>]
The numeral values of a metric.
@!attribute [rw] numbers
@return [Float]
The numeral value of a metric.
@!attribute [rw] number
@return [Array<Integer>]
specify that set to be compared with the ‘metric`.
If the `comparisonOperator` calls for a set of ports, use this to
@!attribute [rw] ports
@return [Array<String>]
specify that set to be compared with the `metric`.
If the `comparisonOperator` calls for a set of CIDRs, use this to
@!attribute [rw] cidrs
@return [Integer]
specify that numeric value to be compared with the `metric`.
If the `comparisonOperator` calls for a numeric value, use this to
@!attribute [rw] count
}
strings: [“stringValue”],
numbers: [1.0],
number: 1.0,
ports: [1],
cidrs: [“Cidr”],
count: 1,
{
data as a hash:
@note When making an API call, you may pass MetricValue
The value to be compared with the `metric`.