Class: Aws::Types::CreateSubscriberRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriberRequest
- 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.
-
#subscriber ⇒ Types::Subscriber
Returns the value of attribute subscriber.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
179 180 181 |
# File 'sig/types.rbs', line 179 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def budget_name @budget_name end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
181 182 183 |
# File 'sig/types.rbs', line 181 def notification @notification end |
#subscriber ⇒ Types::Subscriber
Returns the value of attribute subscriber.
182 183 184 |
# File 'sig/types.rbs', line 182 def subscriber @subscriber end |