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