Class: Aws::Deadline::Types::DeleteBudgetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budget_idString

The budget ID of the budget to delete.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-deadline/types.rb', line 1677

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

#farm_idString

The farm ID of the farm to remove from the budget.

Returns:

  • (String)


1677
1678
1679
1680
1681
1682
# File 'lib/aws-sdk-deadline/types.rb', line 1677

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