Class: Aws::Budgets::Types::DeleteSubscriberRequest

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

Overview

Request of DeleteSubscriber

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 delete.

Returns:

  • (String)


850
851
852
853
854
855
856
857
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 850

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

#budget_nameString

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

Returns:

  • (String)


850
851
852
853
854
855
856
857
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 850

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

#notificationTypes::Notification

The notification whose subscriber you want to delete.

Returns:



850
851
852
853
854
855
856
857
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 850

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

#subscriberTypes::Subscriber

The subscriber that you want to delete.

Returns:



850
851
852
853
854
855
856
857
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 850

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