class Aws::Budgets::Types::ActionThreshold

The trigger threshold of the action.

@note When making an API call, you may pass ActionThreshold

data as a hash:

    {
      action_threshold_value: 1.0, # required
      action_threshold_type: "PERCENTAGE", # required, accepts PERCENTAGE, ABSOLUTE_VALUE
    }

@!attribute [rw] action_threshold_value

The threshold of a notification.
@return [Float]

@!attribute [rw] action_threshold_type

The type of threshold for a notification.
@return [String]

Constants

SENSITIVE