class Aws::Budgets::Types::ExecuteBudgetActionRequest
@note When making an API call, you may pass ExecuteBudgetActionRequest
data as a hash: { account_id: "AccountId", # required budget_name: "BudgetName", # required action_id: "ActionId", # required execution_type: "APPROVE_BUDGET_ACTION", # required, accepts APPROVE_BUDGET_ACTION, RETRY_BUDGET_ACTION, REVERSE_BUDGET_ACTION, RESET_BUDGET_ACTION }
@!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]
@!attribute [rw] execution_type
The type of execution. @return [String]
Constants
- SENSITIVE