Class: Aws::Deadline::Types::DeleteBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteBudgetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_id ⇒ String
The budget ID of the budget to delete.
-
#farm_id ⇒ String
The farm ID of the farm to remove from the budget.
Instance Attribute Details
#budget_id ⇒ String
The budget ID of the budget to delete.
1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-deadline/types.rb', line 1726 class DeleteBudgetRequest < Struct.new( :farm_id, :budget_id) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm to remove from the budget.
1726 1727 1728 1729 1730 1731 |
# File 'lib/aws-sdk-deadline/types.rb', line 1726 class DeleteBudgetRequest < Struct.new( :farm_id, :budget_id) SENSITIVE = [] include Aws::Structure end |