class Aws::Budgets::Types::UpdateNotificationRequest

Request of UpdateNotification

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

data as a hash:

    {
      account_id: "AccountId", # required
      budget_name: "BudgetName", # required
      old_notification: { # required
        notification_type: "ACTUAL", # required, accepts ACTUAL, FORECASTED
        comparison_operator: "GREATER_THAN", # required, accepts GREATER_THAN, LESS_THAN, EQUAL_TO
        threshold: 1.0, # required
        threshold_type: "PERCENTAGE", # accepts PERCENTAGE, ABSOLUTE_VALUE
        notification_state: "OK", # accepts OK, ALARM
      },
      new_notification: { # required
        notification_type: "ACTUAL", # required, accepts ACTUAL, FORECASTED
        comparison_operator: "GREATER_THAN", # required, accepts GREATER_THAN, LESS_THAN, EQUAL_TO
        threshold: 1.0, # required
        threshold_type: "PERCENTAGE", # accepts PERCENTAGE, ABSOLUTE_VALUE
        notification_state: "OK", # accepts OK, ALARM
      },
    }

@!attribute [rw] account_id

The `accountId` that is associated with the budget whose
notification you want to update.
@return [String]

@!attribute [rw] budget_name

The name of the budget whose notification you want to update.
@return [String]

@!attribute [rw] old_notification

The previous notification that is associated with a budget.
@return [Types::Notification]

@!attribute [rw] new_notification

The updated notification to be associated with a budget.
@return [Types::Notification]

Constants

SENSITIVE