Class: Aws::Connect::Types::HistoricalMetric

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

Overview

Contains information about a historical metric. For a description of each metric, see [Historical Metrics Definitions] in the *Amazon Connect Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric.

Returns:

  • (String)


9533
9534
9535
9536
9537
9538
9539
9540
# File 'lib/aws-sdk-connect/types.rb', line 9533

class HistoricalMetric < Struct.new(
  :name,
  :threshold,
  :statistic,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#statisticString

The statistic for the metric.

Returns:

  • (String)


9533
9534
9535
9536
9537
9538
9539
9540
# File 'lib/aws-sdk-connect/types.rb', line 9533

class HistoricalMetric < Struct.new(
  :name,
  :threshold,
  :statistic,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#thresholdTypes::Threshold

The threshold for the metric, used with service level metrics.

Returns:



9533
9534
9535
9536
9537
9538
9539
9540
# File 'lib/aws-sdk-connect/types.rb', line 9533

class HistoricalMetric < Struct.new(
  :name,
  :threshold,
  :statistic,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit for the metric.

Returns:

  • (String)


9533
9534
9535
9536
9537
9538
9539
9540
# File 'lib/aws-sdk-connect/types.rb', line 9533

class HistoricalMetric < Struct.new(
  :name,
  :threshold,
  :statistic,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end