Class: Aws::Types::PutAnomalyDetectorInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::AnomalyDetectorConfiguration

Returns the value of attribute configuration.



898
899
900
# File 'sig/types.rbs', line 898

def configuration
  @configuration
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



896
897
898
# File 'sig/types.rbs', line 896

def dimensions
  @dimensions
end

#metric_characteristicsTypes::MetricCharacteristics

Returns the value of attribute metric_characteristics.



899
900
901
# File 'sig/types.rbs', line 899

def metric_characteristics
  @metric_characteristics
end

#metric_math_anomaly_detectorTypes::MetricMathAnomalyDetector

Returns the value of attribute metric_math_anomaly_detector.



901
902
903
# File 'sig/types.rbs', line 901

def metric_math_anomaly_detector
  @metric_math_anomaly_detector
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def namespace
  @namespace
end

#single_metric_anomaly_detectorTypes::SingleMetricAnomalyDetector

Returns the value of attribute single_metric_anomaly_detector.



900
901
902
# File 'sig/types.rbs', line 900

def single_metric_anomaly_detector
  @single_metric_anomaly_detector
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def stat
  @stat
end