Class: Aws::DevOpsGuru::Types::PredictionTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::PredictionTimeRange
- Includes:
- Structure
- Defined in:
- 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
-
#end_time ⇒ Time
The time when the behavior in a proactive insight is expected to end.
-
#start_time ⇒ Time
The time range during which a metric limit is expected to be exceeded.
Instance Attribute Details
#end_time ⇒ Time
The time when the behavior in a proactive insight is expected to end.
2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2795 class PredictionTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
2795 2796 2797 2798 2799 2800 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2795 class PredictionTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |