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)

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_nameString

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

Returns:

  • (String)

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_notificationTypes::Notification

The updated notification to be associated with a budget.

Returns:


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_notificationTypes::Notification

The previous notification that is associated with a budget.

Returns:


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