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.
16959 16960 16961 16962 16963 16964 |
# File 'lib/aws-sdk-rds/types.rb', line 16959 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |
#reference_details ⇒ Types::ReferenceDetails
The details of a performance issue.
16959 16960 16961 16962 16963 16964 |
# File 'lib/aws-sdk-rds/types.rb', line 16959 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |