Class: Aws::CodeGuruProfiler::Types::AnomalyInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::AnomalyInstance
- Defined in:
- gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb
Overview
The specific duration in which the metric is flagged as anomalous.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time of the period during which the metric is flagged as anomalous.
-
#id ⇒ String
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
-
#start_time ⇒ Time
The start time of the period during which the metric is flagged as anomalous.
-
#user_feedback ⇒ Types::UserFeedback
Feedback type on a specific instance of anomaly submitted by the user.
Instance Attribute Details
#end_time ⇒ Time
The end time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
219 220 221 222 223 224 225 226 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 219 class AnomalyInstance < Struct.new( :end_time, :id, :start_time, :user_feedback) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The universally unique identifier (UUID) of an instance of an anomaly in a metric.
219 220 221 222 223 224 225 226 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 219 class AnomalyInstance < Struct.new( :end_time, :id, :start_time, :user_feedback) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the period during which the metric is flagged as anomalous. This is specified using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.
219 220 221 222 223 224 225 226 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 219 class AnomalyInstance < Struct.new( :end_time, :id, :start_time, :user_feedback) SENSITIVE = [] include Aws::Structure end |
#user_feedback ⇒ Types::UserFeedback
Feedback type on a specific instance of anomaly submitted by the user.
219 220 221 222 223 224 225 226 |
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 219 class AnomalyInstance < Struct.new( :end_time, :id, :start_time, :user_feedback) SENSITIVE = [] include Aws::Structure end |