Class: Aws::Budgets::Types::DescribeBudgetNotificationsForAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetNotificationsForAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_notifications_for_account ⇒ Array<Types::BudgetNotificationsForAccount>
A list of budget names and associated notifications for an account.
-
#next_token ⇒ String
A generic string.
Instance Attribute Details
#budget_notifications_for_account ⇒ Array<Types::BudgetNotificationsForAccount>
A list of budget names and associated notifications for an account.
1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-budgets/types.rb', line 1067 class DescribeBudgetNotificationsForAccountResponse < Struct.new( :budget_notifications_for_account, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-budgets/types.rb', line 1067 class DescribeBudgetNotificationsForAccountResponse < Struct.new( :budget_notifications_for_account, :next_token) SENSITIVE = [] include Aws::Structure end |