Class: Aws::Connect::Types::HistoricalMetricData

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

Overview

Contains the data for a historical metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metricTypes::HistoricalMetric

Information about the metric.



12654
12655
12656
12657
12658
12659
# File 'lib/aws-sdk-connect/types.rb', line 12654

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

#valueFloat

The value of the metric.

Returns:

  • (Float)


12654
12655
12656
12657
12658
12659
# File 'lib/aws-sdk-connect/types.rb', line 12654

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