Module: Aws::Budgets::Client::_UpdateBudgetActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateBudgetActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #account_id ⇒ ::String
- #budget_name ⇒ ::String
- #new_action ⇒ Types::Action
- #old_action ⇒ Types::Action
Instance Method Details
#account_id ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def account_id: () -> ::String
|
#budget_name ⇒ ::String
471 |
# File 'sig/client.rbs', line 471
def budget_name: () -> ::String
|
#new_action ⇒ Types::Action
473 |
# File 'sig/client.rbs', line 473
def new_action: () -> Types::Action
|
#old_action ⇒ Types::Action
472 |
# File 'sig/client.rbs', line 472
def old_action: () -> Types::Action
|