Class: Aws::Connect::Types::MetricDataV2
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::MetricDataV2
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains the name, thresholds, and metric filters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric  ⇒ Types::MetricV2 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric name, thresholds, and metric filters of the returned metric.
 - 
  
    
      #value  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The corresponding value of the metric returned in the response.
 
Instance Attribute Details
#metric ⇒ Types::MetricV2
The metric name, thresholds, and metric filters of the returned metric.
      16510 16511 16512 16513 16514 16515  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16510 class MetricDataV2 < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ Float
The corresponding value of the metric returned in the response.
      16510 16511 16512 16513 16514 16515  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16510 class MetricDataV2 < Struct.new( :metric, :value) SENSITIVE = [] include Aws::Structure end  |