class Aws::Budgets::Types::DeleteBudgetActionRequest
@note When making an API call, you may pass DeleteBudgetActionRequest
data as a hash: { account_id: "AccountId", # required budget_name: "BudgetName", # required action_id: "ActionId", # required }
@!attribute [rw] account_id
The account ID of the user. It should be a 12-digit number. @return [String]
@!attribute [rw] budget_name
A string that represents the budget name. The ":" and "\\" characters aren't allowed. @return [String]
@!attribute [rw] action_id
A system-generated universally unique identifier (UUID) for the action. @return [String]
Constants
- SENSITIVE