Class: Aws::Budgets::Types::DeleteBudgetRequest

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

Overview

Request of DeleteBudget

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget that you want to delete.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 793

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

#budget_nameString

The name of the budget that you want to delete.

Returns:

  • (String)


793
794
795
796
797
798
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 793

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