Class: Aws::RDS::Types::ScalarReferenceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueFloat

The value of a scalar reference.

Returns:

  • (Float)


25658
25659
25660
25661
25662
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25658

class ScalarReferenceDetails < Struct.new(
  :value)
  SENSITIVE = []
  include Aws::Structure
end