Class: Aws::CodeGuruProfiler::Types::AnomalyInstance

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timeTime

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.

Returns:

  • (Time)


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

#idString

The universally unique identifier (UUID) of an instance of an anomaly in a metric.

Returns:

  • (String)


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_timeTime

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.

Returns:

  • (Time)


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_feedbackTypes::UserFeedback

Feedback type on a specific instance of anomaly submitted by the user.

Returns:



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