Class: Aws::DevOpsGuru::Types::PerformanceInsightsStat
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PerformanceInsightsStat
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A statistic in a Performance Insights collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The statistic type.
-
#value ⇒ Float
The value of the statistic.
Instance Attribute Details
#type ⇒ String
The statistic type.
2773 2774 2775 2776 2777 2778 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2773 class PerformanceInsightsStat < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The value of the statistic.
2773 2774 2775 2776 2777 2778 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2773 class PerformanceInsightsStat < Struct.new( :type, :value) SENSITIVE = [] include Aws::Structure end |