Class: Aws::PI::Types::PerformanceInsightsMetric

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dimensionsHash<String,String>

A dimension map that contains the dimensions for this partition.

Returns:

  • (Hash<String,String>)


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_nameString

The Performance Insights metric name.

Returns:

  • (String)


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

#metricString

The Performance Insights metric.

Returns:

  • (String)


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

#valueFloat

The value of the metric. For example, ‘9` for `db.load.avg`.

Returns:

  • (Float)


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