Class: Aws::Types::UpdateAnomalyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arn::String

Returns the value of attribute anomaly_detector_arn.

Returns:

  • (::String)


2330
2331
2332
# File 'sig/types.rbs', line 2330

def anomaly_detector_arn
  @anomaly_detector_arn
end

#anomaly_id::String

Returns the value of attribute anomaly_id.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def anomaly_id
  @anomaly_id
end

#baselineBoolean

Returns the value of attribute baseline.

Returns:

  • (Boolean)


2333
2334
2335
# File 'sig/types.rbs', line 2333

def baseline
  @baseline
end

#pattern_id::String

Returns the value of attribute pattern_id.

Returns:

  • (::String)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def pattern_id
  @pattern_id
end

#suppression_periodTypes::SuppressionPeriod

Returns the value of attribute suppression_period.



2332
2333
2334
# File 'sig/types.rbs', line 2332

def suppression_period
  @suppression_period
end

#suppression_type"LIMITED", "INFINITE"

Returns the value of attribute suppression_type.

Returns:

  • ("LIMITED", "INFINITE")


2331
2332
2333
# File 'sig/types.rbs', line 2331

def suppression_type
  @suppression_type
end