Class: Aws::RDS::Types::ReferenceDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ReferenceDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
The reference details of a metric.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scalar_reference_details  ⇒ Types::ScalarReferenceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metric reference details when the reference is a scalar.
 
Instance Attribute Details
#scalar_reference_details ⇒ Types::ScalarReferenceDetails
The metric reference details when the reference is a scalar.
      22197 22198 22199 22200 22201  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 22197 class ReferenceDetails < Struct.new( :scalar_reference_details) SENSITIVE = [] include Aws::Structure end  |