Class: Aws::Connect::Types::MetricResultV2
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::MetricResultV2
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the metric results.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #collections  ⇒ Array<Types::MetricDataV2> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The set of metrics.
 - 
  
    
      #dimensions  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The dimension for the metrics.
 - 
  
    
      #metric_interval  ⇒ Types::MetricInterval 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The interval period with the start and end time for the metrics.
 
Instance Attribute Details
#collections ⇒ Array<Types::MetricDataV2>
The set of metrics.
      16636 16637 16638 16639 16640 16641 16642  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16636 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end  | 
  
#dimensions ⇒ Hash<String,String>
The dimension for the metrics.
      16636 16637 16638 16639 16640 16641 16642  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16636 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end  | 
  
#metric_interval ⇒ Types::MetricInterval
The interval period with the start and end time for the metrics.
      16636 16637 16638 16639 16640 16641 16642  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16636 class MetricResultV2 < Struct.new( :dimensions, :metric_interval, :collections) SENSITIVE = [] include Aws::Structure end  |