Class: Aws::Types::Anomaly

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_end_date::String

Returns the value of attribute anomaly_end_date.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def anomaly_end_date
  @anomaly_end_date
end

#anomaly_id::String

Returns the value of attribute anomaly_id.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def anomaly_id
  @anomaly_id
end

#anomaly_scoreTypes::AnomalyScore

Returns the value of attribute anomaly_score.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def anomaly_score
  @anomaly_score
end

#anomaly_start_date::String

Returns the value of attribute anomaly_start_date.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def anomaly_start_date
  @anomaly_start_date
end

#dimension_value::String

Returns the value of attribute dimension_value.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def dimension_value
  @dimension_value
end

#feedback"YES", ...

Returns the value of attribute feedback.

Returns:

  • ("YES", "NO", "PLANNED_ACTIVITY")


41
42
43
# File 'sig/types.rbs', line 41

def feedback
  @feedback
end

#impactTypes::Impact

Returns the value of attribute impact.

Returns:



39
40
41
# File 'sig/types.rbs', line 39

def impact
  @impact
end

#monitor_arn::String

Returns the value of attribute monitor_arn.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def monitor_arn
  @monitor_arn
end

#root_causes::Array[Types::RootCause]

Returns the value of attribute root_causes.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def root_causes
  @root_causes
end