Class: Aws::Types::UpdateSubscriberRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubscriberRequest
- 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_subscriber ⇒ Types::Subscriber
Returns the value of attribute new_subscriber.
-
#notification ⇒ Types::Notification
Returns the value of attribute notification.
-
#old_subscriber ⇒ Types::Subscriber
Returns the value of attribute old_subscriber.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
614 615 616 |
# File 'sig/types.rbs', line 614 def budget_name @budget_name end |
#new_subscriber ⇒ Types::Subscriber
Returns the value of attribute new_subscriber.
617 618 619 |
# File 'sig/types.rbs', line 617 def new_subscriber @new_subscriber end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
615 616 617 |
# File 'sig/types.rbs', line 615 def notification @notification end |
#old_subscriber ⇒ Types::Subscriber
Returns the value of attribute old_subscriber.
616 617 618 |
# File 'sig/types.rbs', line 616 def old_subscriber @old_subscriber end |