Class: Aws::Connect::Types::CurrentMetric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CurrentMetric
 
 
- Defined in:
 - gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
 
Overview
Contains information about a real-time metric. For a description of each metric, see Metrics definitions in the Amazon Connect Administrator Guide.
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.
      6193 6194 6195 6196 6197 6198  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6193 class CurrentMetric < Struct.new( :name, :unit) SENSITIVE = [] include Aws::Structure end  | 
  
#unit ⇒ String
The unit for the metric.
      6193 6194 6195 6196 6197 6198  | 
    
      # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6193 class CurrentMetric < Struct.new( :name, :unit) SENSITIVE = [] include Aws::Structure end  |