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.
      12633 12634 12635 12636 12637 12638 12639 12640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12633 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end  | 
  
#statistic ⇒ String
The statistic for the metric.
      12633 12634 12635 12636 12637 12638 12639 12640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12633 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.
      12633 12634 12635 12636 12637 12638 12639 12640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12633 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end  | 
  
#unit ⇒ String
The unit for the metric.
      12633 12634 12635 12636 12637 12638 12639 12640  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12633 class HistoricalMetric < Struct.new( :name, :threshold, :statistic, :unit) SENSITIVE = [] include Aws::Structure end  |