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.
26341 26342 26343 26344 26345 |
# File 'lib/aws-sdk-rds/types.rb', line 26341 class ScalarReferenceDetails < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |