Class: Aws::Connect::Types::MetricV2
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::MetricV2
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Contains information about the metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric_filters  ⇒ Array<Types::MetricFilterV2> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains the filters to be used when returning data.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the metric.
 - 
  
    
      #threshold  ⇒ Array<Types::ThresholdV2> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the threshold for service level metrics.
 
Instance Attribute Details
#metric_filters ⇒ Array<Types::MetricFilterV2>
Contains the filters to be used when returning data.
      16663 16664 16665 16666 16667 16668 16669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16663 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the metric.
This parameter is required. The following Required = No is incorrect.
      16663 16664 16665 16666 16667 16668 16669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16663 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end  | 
  
#threshold ⇒ Array<Types::ThresholdV2>
Contains information about the threshold for service level metrics.
      16663 16664 16665 16666 16667 16668 16669  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 16663 class MetricV2 < Struct.new( :name, :threshold, :metric_filters) SENSITIVE = [] include Aws::Structure end  |