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, thresholds, and metric filters of the returned metric.

Returns:



13320
13321
13322
13323
13324
13325
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13320

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

#valueFloat

The corresponding value of the metric returned in the response.

Returns:

  • (Float)


13320
13321
13322
13323
13324
13325
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13320

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