Class: Aws::Budgets::Types::DeleteNotificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DeleteNotificationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of DeleteNotification
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ‘accountId` that is associated with the budget whose notification you want to delete.
-
#budget_name ⇒ String
The name of the budget whose notification you want to delete.
-
#notification ⇒ Types::Notification
The notification that you want to delete.
Instance Attribute Details
#account_id ⇒ String
The ‘accountId` that is associated with the budget whose notification you want to delete.
833 834 835 836 837 838 839 |
# File 'lib/aws-sdk-budgets/types.rb', line 833 class DeleteNotificationRequest < Struct.new( :account_id, :budget_name, :notification) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget whose notification you want to delete.
833 834 835 836 837 838 839 |
# File 'lib/aws-sdk-budgets/types.rb', line 833 class DeleteNotificationRequest < Struct.new( :account_id, :budget_name, :notification) SENSITIVE = [] include Aws::Structure end |
#notification ⇒ Types::Notification
The notification that you want to delete.
833 834 835 836 837 838 839 |
# File 'lib/aws-sdk-budgets/types.rb', line 833 class DeleteNotificationRequest < Struct.new( :account_id, :budget_name, :notification) SENSITIVE = [] include Aws::Structure end |