Class: Aws::Types::AnomalyDetectorMissingDataAction

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

Defined Under Namespace

Classes: MarkAsAnomaly, Skip, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mark_as_anomalyBoolean

Returns the value of attribute mark_as_anomaly.

Returns:

  • (Boolean)


62
63
64
# File 'sig/types.rbs', line 62

def mark_as_anomaly
  @mark_as_anomaly
end

#skipBoolean

Returns the value of attribute skip.

Returns:

  • (Boolean)


63
64
65
# File 'sig/types.rbs', line 63

def skip
  @skip
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


64
65
66
# File 'sig/types.rbs', line 64

def unknown
  @unknown
end