Class: Aws::Types::AnomalyDetector

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_id::String

Returns the value of attribute anomaly_detector_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def anomaly_detector_id
  @anomaly_detector_id
end

#configurationTypes::AnomalyDetectorConfiguration

Returns the value of attribute configuration.



53
54
55
# File 'sig/types.rbs', line 53

def configuration
  @configuration
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def dimensions
  @dimensions
end

#metric_characteristicsTypes::MetricCharacteristics

Returns the value of attribute metric_characteristics.



55
56
57
# File 'sig/types.rbs', line 55

def metric_characteristics
  @metric_characteristics
end

#metric_math_anomaly_detectorTypes::MetricMathAnomalyDetector

Returns the value of attribute metric_math_anomaly_detector.



57
58
59
# File 'sig/types.rbs', line 57

def metric_math_anomaly_detector
  @metric_math_anomaly_detector
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def namespace
  @namespace
end

#single_metric_anomaly_detectorTypes::SingleMetricAnomalyDetector

Returns the value of attribute single_metric_anomaly_detector.



56
57
58
# File 'sig/types.rbs', line 56

def single_metric_anomaly_detector
  @single_metric_anomaly_detector
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def stat
  @stat
end

#state_value"PENDING_TRAINING", ...

Returns the value of attribute state_value.

Returns:

  • ("PENDING_TRAINING", "TRAINED_INSUFFICIENT_DATA", "TRAINED")


54
55
56
# File 'sig/types.rbs', line 54

def state_value
  @state_value
end