Class: Aws::Connect::Types::HistoricalMetricData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HistoricalMetricData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains the data for a historical metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric  ⇒ Types::HistoricalMetric 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the metric.
 - 
  
    
      #value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the metric.
 
Instance Attribute Details
#metric ⇒ Types::HistoricalMetric
Information about the metric.
      12654 12655 12656 12657 12658 12659  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12654 class HistoricalMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ Float
The value of the metric.
      12654 12655 12656 12657 12658 12659  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12654 class HistoricalMetricData < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end  |