Class: Aws::RDS::Types::MetricReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::MetricReference
- Defined in:
- gems/aws-sdk-rds/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.
16984 16985 16986 16987 16988 16989 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16984 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |
#reference_details ⇒ Types::ReferenceDetails
The details of a performance issue.
16984 16985 16986 16987 16988 16989 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 16984 class MetricReference < Struct.new( :name, :reference_details) SENSITIVE = [] include Aws::Structure end |