Class: Aws::Budgets::Types::UpdateNotificationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

Request of UpdateNotification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ‘accountId` that is associated with the budget whose notification you want to update.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
1872
1873
# File 'lib/aws-sdk-budgets/types.rb', line 1866

class UpdateNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :old_notification,
  :new_notification)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

The name of the budget whose notification you want to update.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
1872
1873
# File 'lib/aws-sdk-budgets/types.rb', line 1866

class UpdateNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :old_notification,
  :new_notification)
  SENSITIVE = []
  include Aws::Structure
end

#new_notificationTypes::Notification

The updated notification to be associated with a budget.

Returns:



1866
1867
1868
1869
1870
1871
1872
1873
# File 'lib/aws-sdk-budgets/types.rb', line 1866

class UpdateNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :old_notification,
  :new_notification)
  SENSITIVE = []
  include Aws::Structure
end

#old_notificationTypes::Notification

The previous notification that is associated with a budget.

Returns:



1866
1867
1868
1869
1870
1871
1872
1873
# File 'lib/aws-sdk-budgets/types.rb', line 1866

class UpdateNotificationRequest < Struct.new(
  :account_id,
  :budget_name,
  :old_notification,
  :new_notification)
  SENSITIVE = []
  include Aws::Structure
end