Class: Aws::DevOpsGuru::Types::TimestampMetricValuePair
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::TimestampMetricValuePair
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A pair that contains metric values at the respective timestamp.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_value ⇒ Float
Value of the anomalous metric data point at respective Timestamp.
-
#timestamp ⇒ Time
A ‘Timestamp` that specifies the time the event occurred.
Instance Attribute Details
#metric_value ⇒ Float
Value of the anomalous metric data point at respective Timestamp.
4729 4730 4731 4732 4733 4734 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4729 class TimestampMetricValuePair < Struct.new( :timestamp, :metric_value) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
A ‘Timestamp` that specifies the time the event occurred.
4729 4730 4731 4732 4733 4734 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4729 class TimestampMetricValuePair < Struct.new( :timestamp, :metric_value) SENSITIVE = [] include Aws::Structure end |