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.
| 26118 26119 26120 26121 26122 | # File 'lib/aws-sdk-rds/types.rb', line 26118 class ScalarReferenceDetails < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |