Class: Aws::Types::UpdateNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNotificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#new_notification ⇒ Types::Notification
Returns the value of attribute new_notification.
-
#old_notification ⇒ Types::Notification
Returns the value of attribute old_notification.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
602 603 604 |
# File 'sig/types.rbs', line 602 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
603 604 605 |
# File 'sig/types.rbs', line 603 def budget_name @budget_name end |
#new_notification ⇒ Types::Notification
Returns the value of attribute new_notification.
605 606 607 |
# File 'sig/types.rbs', line 605 def new_notification @new_notification end |
#old_notification ⇒ Types::Notification
Returns the value of attribute old_notification.
604 605 606 |
# File 'sig/types.rbs', line 604 def old_notification @old_notification end |