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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.



9551
9552
9553
9554
9555
9556
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9551

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

#valueFloat

The value of the metric.

Returns:

  • (Float)


9551
9552
9553
9554
9555
9556
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9551

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