Class: Aws::Budgets::Types::BudgetNotificationsForAccount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::BudgetNotificationsForAccount
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Overview
The budget name and associated notifications for an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_name ⇒ String
A string that represents the budget name.
-
#notifications ⇒ Array<Types::Notification>
A list of notifications.
Instance Attribute Details
#budget_name ⇒ String
A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.
365 366 367 368 369 370 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 365 class BudgetNotificationsForAccount < Struct.new( :notifications, :budget_name) SENSITIVE = [] include Aws::Structure end |
#notifications ⇒ Array<Types::Notification>
A list of notifications.
365 366 367 368 369 370 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 365 class BudgetNotificationsForAccount < Struct.new( :notifications, :budget_name) SENSITIVE = [] include Aws::Structure end |