Class: Aws::Budgets::Types::DeleteNotificationRequest

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

Overview

Request of DeleteNotification

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

Returns:

  • (String)


819
820
821
822
823
824
825
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 819

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

#budget_nameString

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

Returns:

  • (String)


819
820
821
822
823
824
825
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 819

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

#notificationTypes::Notification

The notification that you want to delete.

Returns:



819
820
821
822
823
824
825
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 819

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