Class: Aws::RDS::Types::MetricReference
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::MetricReference
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
The reference (threshold) for a metric.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the metric reference. 
- 
  
    
      #reference_details  ⇒ Types::ReferenceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The details of a performance issue. 
Instance Attribute Details
#name ⇒ String
The name of the metric reference.
| 16692 16693 16694 16695 16696 16697 | # File 'lib/aws-sdk-rds/types.rb', line 16692 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end | 
#reference_details ⇒ Types::ReferenceDetails
The details of a performance issue.
| 16692 16693 16694 16695 16696 16697 | # File 'lib/aws-sdk-rds/types.rb', line 16692 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |