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.
| 16656 16657 16658 16659 16660 16661 16662 16663 | # File 'lib/aws-sdk-rds/types.rb', line 16656 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name of a metric.
| 16656 16657 16658 16659 16660 16661 16662 16663 | # File 'lib/aws-sdk-rds/types.rb', line 16656 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).
| 16656 16657 16658 16659 16660 16661 16662 16663 | # File 'lib/aws-sdk-rds/types.rb', line 16656 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.
| 16656 16657 16658 16659 16660 16661 16662 16663 | # File 'lib/aws-sdk-rds/types.rb', line 16656 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |