Class: Aws::Connect::Types::CurrentMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CurrentMetric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a real-time metric. For a description of each metric, see [Real-time Metrics Definitions] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/real-time-metrics-definitions.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the metric.
 - 
  
    
      #unit  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unit for the metric.
 
Instance Attribute Details
#name ⇒ String
The name of the metric.
      5652 5653 5654 5655 5656 5657  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5652 class CurrentMetric < Struct.new( :name, :unit) SENSITIVE = [] include Aws::Structure end  | 
  
#unit ⇒ String
The unit for the metric.
      5652 5653 5654 5655 5656 5657  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5652 class CurrentMetric < Struct.new( :name, :unit) SENSITIVE = [] include Aws::Structure end  |