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.
16923 16924 16925 16926 16927 16928 16929 16930 |
# File 'lib/aws-sdk-rds/types.rb', line 16923 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a metric.
16923 16924 16925 16926 16927 16928 16929 16930 |
# File 'lib/aws-sdk-rds/types.rb', line 16923 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).
16923 16924 16925 16926 16927 16928 16929 16930 |
# File 'lib/aws-sdk-rds/types.rb', line 16923 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.
16923 16924 16925 16926 16927 16928 16929 16930 |
# File 'lib/aws-sdk-rds/types.rb', line 16923 class Metric < Struct.new( :name, :references, :statistics_details, :metric_query) SENSITIVE = [] include Aws::Structure end |