Class: Aws::Types::BudgetNotificationsForAccount
- Inherits:
-
Object
- Object
- Aws::Types::BudgetNotificationsForAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#notifications ⇒ ::Array[Types::Notification]
Returns the value of attribute notifications.
Instance Attribute Details
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def budget_name @budget_name end |
#notifications ⇒ ::Array[Types::Notification]
Returns the value of attribute notifications.
82 83 84 |
# File 'sig/types.rbs', line 82 def notifications @notifications end |