Class: Aws::RDS::Types::MetricReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::MetricReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
The reference (threshold) for a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the metric reference.
-
#reference_details ⇒ Types::ReferenceDetails
The details of a performance issue.
Instance Attribute Details
#name ⇒ String
The name of the metric reference.
17033 17034 17035 17036 17037 17038 |
# File 'lib/aws-sdk-rds/types.rb', line 17033 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |
#reference_details ⇒ Types::ReferenceDetails
The details of a performance issue.
17033 17034 17035 17036 17037 17038 |
# File 'lib/aws-sdk-rds/types.rb', line 17033 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |