Class: Aws::Types::UpdateLogAnomalyDetectorRequest

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)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def anomaly_detector_arn
  @anomaly_detector_arn
end

#anomaly_visibility_time::Integer

Returns the value of attribute anomaly_visibility_time.

Returns:

  • (::Integer)


2352
2353
2354
# File 'sig/types.rbs', line 2352

def anomaly_visibility_time
  @anomaly_visibility_time
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def enabled
  @enabled
end

#evaluation_frequency"ONE_MIN", ...

Returns the value of attribute evaluation_frequency.

Returns:

  • ("ONE_MIN", "FIVE_MIN", "TEN_MIN", "FIFTEEN_MIN", "THIRTY_MIN", "ONE_HOUR")


2350
2351
2352
# File 'sig/types.rbs', line 2350

def evaluation_frequency
  @evaluation_frequency
end

#filter_pattern::String

Returns the value of attribute filter_pattern.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def filter_pattern
  @filter_pattern
end