Class: Aws::Types::DeleteAnomalyDetectorInput

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)


155
156
157
# File 'sig/types.rbs', line 155

def anomaly_detector_id
  @anomaly_detector_id
end

#dimensions::Array[Types::Dimension]

Returns the value of attribute dimensions.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def dimensions
  @dimensions
end

#metric_math_anomaly_detectorTypes::MetricMathAnomalyDetector

Returns the value of attribute metric_math_anomaly_detector.



161
162
163
# File 'sig/types.rbs', line 161

def metric_math_anomaly_detector
  @metric_math_anomaly_detector
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def namespace
  @namespace
end

#single_metric_anomaly_detectorTypes::SingleMetricAnomalyDetector

Returns the value of attribute single_metric_anomaly_detector.



160
161
162
# File 'sig/types.rbs', line 160

def single_metric_anomaly_detector
  @single_metric_anomaly_detector
end

#stat::String

Returns the value of attribute stat.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def stat
  @stat
end