Class: Aws::Types::DeleteSubscriberRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSubscriberRequest
- 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.
235 236 237 |
# File 'sig/types.rbs', line 235 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
236 237 238 |
# File 'sig/types.rbs', line 236 def budget_name @budget_name end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
237 238 239 |
# File 'sig/types.rbs', line 237 def notification @notification end |
#subscriber ⇒ Types::Subscriber
Returns the value of attribute subscriber.
238 239 240 |
# File 'sig/types.rbs', line 238 def subscriber @subscriber end |