Class: Aws::Types::OutlierDetection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_ejection_durationTypes::Duration

Returns the value of attribute base_ejection_duration.

Returns:



993
994
995
# File 'sig/types.rbs', line 993

def base_ejection_duration
  @base_ejection_duration
end

#intervalTypes::Duration

Returns the value of attribute interval.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def interval
  @interval
end

#max_ejection_percent::Integer

Returns the value of attribute max_ejection_percent.

Returns:

  • (::Integer)


995
996
997
# File 'sig/types.rbs', line 995

def max_ejection_percent
  @max_ejection_percent
end

#max_server_errors::Integer

Returns the value of attribute max_server_errors.

Returns:

  • (::Integer)


996
997
998
# File 'sig/types.rbs', line 996

def max_server_errors
  @max_server_errors
end