Class: Aws::DevOpsGuru::Types::PredictionTimeRange

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

Overview

The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The time when the behavior in a proactive insight is expected to end.

Returns:

  • (Time)


2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2795

class PredictionTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.

Returns:

  • (Time)


2795
2796
2797
2798
2799
2800
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2795

class PredictionTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end