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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


1933
1934
1935
1936
1937
1938
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1933

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)


1933
1934
1935
1936
1937
1938
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1933

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