Class: Aws::Connect::Types::HistoricalMetricResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::HistoricalMetricResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the historical metrics retrieved.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collections  ⇒ Array<Types::HistoricalMetricData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of metrics.
 - 
  
    
      #dimensions  ⇒ Types::Dimensions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dimension for the metrics.
 
Instance Attribute Details
#collections ⇒ Array<Types::HistoricalMetricData>
The set of metrics.
      12673 12674 12675 12676 12677 12678  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12673 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end  | 
  
#dimensions ⇒ Types::Dimensions
The dimension for the metrics.
      12673 12674 12675 12676 12677 12678  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 12673 class HistoricalMetricResult < Struct.new( :dimensions, :collections) SENSITIVE = [] include Aws::Structure end  |