Class: Aws::RDS::Types::ScalarReferenceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ScalarReferenceDetails
- Defined in:
- gems/aws-sdk-rds/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.
26527 26528 26529 26530 26531 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26527 class ScalarReferenceDetails < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |