Class: Aws::Budgets::Types::UpdateNotificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::UpdateNotificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of UpdateNotification
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The `accountId` that is associated with the budget whose notification you want to update.
-
#budget_name ⇒ String
The name of the budget whose notification you want to update.
-
#new_notification ⇒ Types::Notification
The updated notification to be associated with a budget.
-
#old_notification ⇒ Types::Notification
The previous notification that is associated with a budget.
Instance Attribute Details
#account_id ⇒ String
The `accountId` that is associated with the budget whose notification you want to update.
1858 1859 1860 1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-budgets/types.rb', line 1858 class UpdateNotificationRequest < Struct.new( :account_id, :budget_name, :old_notification, :new_notification) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget whose notification you want to update.
1858 1859 1860 1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-budgets/types.rb', line 1858 class UpdateNotificationRequest < Struct.new( :account_id, :budget_name, :old_notification, :new_notification) SENSITIVE = [] include Aws::Structure end |
#new_notification ⇒ Types::Notification
The updated notification to be associated with a budget.
1858 1859 1860 1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-budgets/types.rb', line 1858 class UpdateNotificationRequest < Struct.new( :account_id, :budget_name, :old_notification, :new_notification) SENSITIVE = [] include Aws::Structure end |
#old_notification ⇒ Types::Notification
The previous notification that is associated with a budget.
1858 1859 1860 1861 1862 1863 1864 1865 |
# File 'lib/aws-sdk-budgets/types.rb', line 1858 class UpdateNotificationRequest < Struct.new( :account_id, :budget_name, :old_notification, :new_notification) SENSITIVE = [] include Aws::Structure end |