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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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 or metricId, thresholds, and metric filters of the returned metric.

Returns:



22316
22317
22318
22319
22320
22321
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22316

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

#valueFloat

The corresponding value of the metric returned in the response.

Returns:

  • (Float)


22316
22317
22318
22319
22320
22321
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 22316

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