Class: Aws::Types::DeleteNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNotificationRequest
- 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.
-
#notification ⇒ Types::Notification
Returns the value of attribute notification.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
226 227 228 |
# File 'sig/types.rbs', line 226 def budget_name @budget_name end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
227 228 229 |
# File 'sig/types.rbs', line 227 def notification @notification end |