Class: Aws::Budgets::Types::DeleteBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DeleteBudgetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Request of DeleteBudget
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to delete.
-
#budget_name ⇒ String
The name of the budget that you want to delete.
Instance Attribute Details
#account_id ⇒ String
The ‘accountId` that is associated with the budget that you want to delete.
807 808 809 810 811 812 |
# File 'lib/aws-sdk-budgets/types.rb', line 807 class DeleteBudgetRequest < Struct.new( :account_id, :budget_name) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
The name of the budget that you want to delete.
807 808 809 810 811 812 |
# File 'lib/aws-sdk-budgets/types.rb', line 807 class DeleteBudgetRequest < Struct.new( :account_id, :budget_name) SENSITIVE = [] include Aws::Structure end |