Class: Aws::RDS::Types::Metric
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::Metric
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The representation of a metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #metric_query  ⇒ Types::MetricQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The query to retrieve metric data points.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a metric.
 - 
  
    
      #references  ⇒ Array<Types::MetricReference> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of metric references (thresholds).
 - 
  
    
      #statistics_details  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of different statistics for a metric.
 
Instance Attribute Details
#metric_query ⇒ Types::MetricQuery
The query to retrieve metric data points.
      16997 16998 16999 17000 17001 17002 17003 17004  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16997 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of a metric.
      16997 16998 16999 17000 17001 17002 17003 17004  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16997 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end  | 
  
#references ⇒ Array<Types::MetricReference>
A list of metric references (thresholds).
      16997 16998 16999 17000 17001 17002 17003 17004  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16997 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end  | 
  
#statistics_details ⇒ String
The details of different statistics for a metric. The description might contain markdown.
      16997 16998 16999 17000 17001 17002 17003 17004  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16997 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end  |