Class: Aws::RDS::Types::ReferenceDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

The reference details of a metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scalar_reference_detailsTypes::ScalarReferenceDetails

The metric reference details when the reference is a scalar.



21582
21583
21584
21585
21586
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 21582

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