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.
26623 26624 26625 26626 26627 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26623 class ScalarReferenceDetails < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |