Class: Aws::Connect::Types::HistoricalMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::HistoricalMetric
- 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
-
#name ⇒ String
The name of the metric.
-
#statistic ⇒ String
The statistic for the metric.
-
#threshold ⇒ Types::Threshold
The threshold for the metric, used with service level metrics.
-
#unit ⇒ String
The unit for the metric.
Instance Attribute Details
#name ⇒ String
The name of the metric.
11169 11170 11171 11172 11173 11174 11175 11176 |
# File 'lib/aws-sdk-connect/types.rb', line 11169 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end |
#statistic ⇒ String
The statistic for the metric.
11169 11170 11171 11172 11173 11174 11175 11176 |
# File 'lib/aws-sdk-connect/types.rb', line 11169 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end |
#threshold ⇒ Types::Threshold
The threshold for the metric, used with service level metrics.
11169 11170 11171 11172 11173 11174 11175 11176 |
# File 'lib/aws-sdk-connect/types.rb', line 11169 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit for the metric.
11169 11170 11171 11172 11173 11174 11175 11176 |
# File 'lib/aws-sdk-connect/types.rb', line 11169 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end |