Class: Aws::Types::CreateNotificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNotificationRequest
- 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.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
169 170 171 |
# File 'sig/types.rbs', line 169 def budget_name @budget_name end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
170 171 172 |
# File 'sig/types.rbs', line 170 def notification @notification end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
171 172 173 |
# File 'sig/types.rbs', line 171 def subscribers @subscribers end |