Class: Aws::RDS::Types::Metric
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Metric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
The representation of a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_query ⇒ Types::MetricQuery
The query to retrieve metric data points.
-
#name ⇒ String
The name of a metric.
-
#references ⇒ Array<Types::MetricReference>
A list of metric references (thresholds).
-
#statistics_details ⇒ String
The details of different statistics for a metric.
Instance Attribute Details
#metric_query ⇒ Types::MetricQuery
The query to retrieve metric data points.
16837 16838 16839 16840 16841 16842 16843 16844 |
# File 'lib/aws-sdk-rds/types.rb', line 16837 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a metric.
16837 16838 16839 16840 16841 16842 16843 16844 |
# File 'lib/aws-sdk-rds/types.rb', line 16837 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |
#references ⇒ Array<Types::MetricReference>
A list of metric references (thresholds).
16837 16838 16839 16840 16841 16842 16843 16844 |
# File 'lib/aws-sdk-rds/types.rb', line 16837 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |
#statistics_details ⇒ String
The details of different statistics for a metric. The description might contain markdown.
16837 16838 16839 16840 16841 16842 16843 16844 |
# File 'lib/aws-sdk-rds/types.rb', line 16837 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |