Class: Aws::IoT::Types::MetricValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The value to be compared with the ‘metric`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrsArray<String>

If the ‘comparisonOperator` calls for a set of CIDRs, use this to specify that set to be compared with the `metric`.

Returns:

  • (Array<String>)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

If the ‘comparisonOperator` calls for a numeric value, use this to specify that numeric value to be compared with the `metric`.

Returns:

  • (Integer)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end

#numberFloat

The numeral value of a metric.

Returns:

  • (Float)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end

#numbersArray<Float>

The numeral values of a metric.

Returns:

  • (Array<Float>)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end

#portsArray<Integer>

If the ‘comparisonOperator` calls for a set of ports, use this to specify that set to be compared with the `metric`.

Returns:

  • (Array<Integer>)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end

#stringsArray<String>

The string values of a metric.

Returns:

  • (Array<String>)


13125
13126
13127
13128
13129
13130
13131
13132
13133
13134
# File 'lib/aws-sdk-iot/types.rb', line 13125

class MetricValue < Struct.new(
  :count,
  :cidrs,
  :ports,
  :number,
  :numbers,
  :strings)
  SENSITIVE = []
  include Aws::Structure
end