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.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-budgets/types.rb', line 1964 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.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-budgets/types.rb', line 1964 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.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-budgets/types.rb', line 1964 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.
1964 1965 1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-budgets/types.rb', line 1964 class UpdateNotificationRequest < Struct.new( :account_id, :budget_name, :old_notification, :new_notification) SENSITIVE = [] include Aws::Structure end |