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.
-
#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.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-pi/types.rb', line 1588 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :value) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The Performance Insights metric name.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-pi/types.rb', line 1588 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :value) SENSITIVE = [] include Aws::Structure end |
#metric ⇒ String
The Performance Insights metric.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-pi/types.rb', line 1588 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the metric. For example, ‘9` for `db.load.avg`.
1588 1589 1590 1591 1592 1593 1594 1595 |
# File 'lib/aws-sdk-pi/types.rb', line 1588 class PerformanceInsightsMetric < Struct.new( :metric, :display_name, :dimensions, :value) SENSITIVE = [] include Aws::Structure end |