Class: Aws::Types::Notification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"GREATER_THAN", ...

Returns the value of attribute comparison_operator.

Returns:

  • ("GREATER_THAN", "LESS_THAN", "EQUAL_TO")


481
482
483
# File 'sig/types.rbs', line 481

def comparison_operator
  @comparison_operator
end

#notification_state"OK", "ALARM"

Returns the value of attribute notification_state.

Returns:

  • ("OK", "ALARM")


484
485
486
# File 'sig/types.rbs', line 484

def notification_state
  @notification_state
end

#notification_type"ACTUAL", "FORECASTED"

Returns the value of attribute notification_type.

Returns:

  • ("ACTUAL", "FORECASTED")


480
481
482
# File 'sig/types.rbs', line 480

def notification_type
  @notification_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


482
483
484
# File 'sig/types.rbs', line 482

def threshold
  @threshold
end

#threshold_type"PERCENTAGE", "ABSOLUTE_VALUE"

Returns the value of attribute threshold_type.

Returns:

  • ("PERCENTAGE", "ABSOLUTE_VALUE")


483
484
485
# File 'sig/types.rbs', line 483

def threshold_type
  @threshold_type
end