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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the metric.

Returns:

  • (String)


9530
9531
9532
9533
9534
9535
9536
9537
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9530

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

#statisticString

The statistic for the metric.

Returns:

  • (String)


9530
9531
9532
9533
9534
9535
9536
9537
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9530

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:



9530
9531
9532
9533
9534
9535
9536
9537
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9530

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

#unitString

The unit for the metric.

Returns:

  • (String)


9530
9531
9532
9533
9534
9535
9536
9537
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9530

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