Module: Aws::Budgets::Client::_DescribeBudgetNotificationsForAccountResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeBudgetNotificationsForAccountResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #budget_notifications_for_account ⇒ ::Array[Types::BudgetNotificationsForAccount]
- #next_token ⇒ ::String
Instance Method Details
#budget_notifications_for_account ⇒ ::Array[Types::BudgetNotificationsForAccount]
329 |
# File 'sig/client.rbs', line 329
def budget_notifications_for_account: () -> ::Array[Types::BudgetNotificationsForAccount]
|
#next_token ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def next_token: () -> ::String
|