Class: Aws::Budgets::Types::UpdateSubscriberRequest

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

Overview

Request of UpdateSubscriber

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget whose subscriber you want to update.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1904

class UpdateSubscriberRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :old_subscriber,
  :new_subscriber)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

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

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1904

class UpdateSubscriberRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :old_subscriber,
  :new_subscriber)
  SENSITIVE = []
  include Aws::Structure
end

#new_subscriberTypes::Subscriber

The updated subscriber that is associated with a budget notification.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1904

class UpdateSubscriberRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :old_subscriber,
  :new_subscriber)
  SENSITIVE = []
  include Aws::Structure
end

#notificationTypes::Notification

The notification whose subscriber you want to update.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1904

class UpdateSubscriberRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :old_subscriber,
  :new_subscriber)
  SENSITIVE = []
  include Aws::Structure
end

#old_subscriberTypes::Subscriber

The previous subscriber that is associated with a budget notification.

Returns:



1904
1905
1906
1907
1908
1909
1910
1911
1912
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1904

class UpdateSubscriberRequest < Struct.new(
  :account_id,
  :budget_name,
  :notification,
  :old_subscriber,
  :new_subscriber)
  SENSITIVE = []
  include Aws::Structure
end