Class: Aws::PI::Types::PerformanceInsightsMetric
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::PerformanceInsightsMetric
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pi/types.rb
Overview
This data type helps to determine Performance Insights metric to render for the insight.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Hash<String,String>
A dimension map that contains the dimensions for this partition.
-
#display_name ⇒ String
The Performance Insights metric name.
-
#filter ⇒ Hash<String,String>
The filter for the Performance Insights metric.
-
#metric ⇒ String
The Performance Insights metric.
-
#value ⇒ Float
The value of the metric.
Instance Attribute Details
#dimensions ⇒ Hash<String,String>
A dimension map that contains the dimensions for this partition.
1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-pi/types.rb', line 1641 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :filter, :value) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The Performance Insights metric name.
1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-pi/types.rb', line 1641 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :filter, :value) SENSITIVE = [] include Aws::Structure end |
#filter ⇒ Hash<String,String>
The filter for the Performance Insights metric.
1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-pi/types.rb', line 1641 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :filter, :value) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
The Performance Insights metric.
1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-pi/types.rb', line 1641 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :filter, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric. For example, ‘9` for `db.load.avg`.
1641 1642 1643 1644 1645 1646 1647 1648 1649 |
# File 'lib/aws-sdk-pi/types.rb', line 1641 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :filter, :value) SENSITIVE = [] include Aws::Structure end |