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

#instances::Array[Types::AnomalyInstance]

Returns the value of attribute instances.

Returns:



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

def instances
  @instances
end

#metricTypes::Metric

Returns the value of attribute metric.

Returns:



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

def metric
  @metric
end

#reason::String

Returns the value of attribute reason.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def reason
  @reason
end