Class: Aws::DevOpsGuru::Types::PerformanceInsightsStat

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

A statistic in a Performance Insights collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The statistic type.

Returns:

  • (String)


2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2773

class PerformanceInsightsStat < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the statistic.

Returns:

  • (Float)


2773
2774
2775
2776
2777
2778
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2773

class PerformanceInsightsStat < Struct.new(
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end