Class: Aws::DevOpsGuru::Types::TimestampMetricValuePair

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#metric_valueFloat

Value of the anomalous metric data point at respective Timestamp.

Returns:

  • (Float)


4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4729

class TimestampMetricValuePair < Struct.new(
  :timestamp,
  :metric_value)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

A Timestamp that specifies the time the event occurred.

Returns:

  • (Time)


4729
4730
4731
4732
4733
4734
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4729

class TimestampMetricValuePair < Struct.new(
  :timestamp,
  :metric_value)
  SENSITIVE = []
  include Aws::Structure
end