Class: Aws::Connect::Types::MetricDataV2

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

Overview

Contains the name, thresholds, and metric filters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricTypes::MetricV2

The metric name, thresholds, and metric filters of the returned metric.

Returns:



12901
12902
12903
12904
12905
12906
# File 'lib/aws-sdk-connect/types.rb', line 12901

class MetricDataV2 < Struct.new(
  :metric,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The corresponding value of the metric returned in the response.

Returns:

  • (Float)


12901
12902
12903
12904
12905
12906
# File 'lib/aws-sdk-connect/types.rb', line 12901

class MetricDataV2 < Struct.new(
  :metric,
  :value)
  SENSITIVE = []
  include Aws::Structure
end