Class: Aws::Budgets::Types::UpdateSubscriberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::UpdateSubscriberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of UpdateSubscriber
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The `accountId` that is associated with the budget whose subscriber you want to update.
-
#budget_name ⇒ String
The name of the budget whose subscriber you want to update.
-
#new_subscriber ⇒ Types::Subscriber
The updated subscriber that is associated with a budget notification.
-
#notification ⇒ Types::Notification
The notification whose subscriber you want to update.
-
#old_subscriber ⇒ Types::Subscriber
The previous subscriber that is associated with a budget notification.
Instance Attribute Details
#account_id ⇒ String
The `accountId` that is associated with the budget whose subscriber you want to update.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-budgets/types.rb', line 1896 class UpdateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :old_subscriber, :new_subscriber) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget whose subscriber you want to update.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-budgets/types.rb', line 1896 class UpdateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :old_subscriber, :new_subscriber) SENSITIVE = [] include Aws::Structure end |
#new_subscriber ⇒ Types::Subscriber
The updated subscriber that is associated with a budget notification.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-budgets/types.rb', line 1896 class UpdateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :old_subscriber, :new_subscriber) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The notification whose subscriber you want to update.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-budgets/types.rb', line 1896 class UpdateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :old_subscriber, :new_subscriber) SENSITIVE = [] include Aws::Structure end |
#old_subscriber ⇒ Types::Subscriber
The previous subscriber that is associated with a budget notification.
1896 1897 1898 1899 1900 1901 1902 1903 1904 |
# File 'lib/aws-sdk-budgets/types.rb', line 1896 class UpdateSubscriberRequest < Struct.new( :account_id, :budget_name, :notification, :old_subscriber, :new_subscriber) SENSITIVE = [] include Aws::Structure end |