Class: Aws::Deadline::Types::GetBudgetRequest

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.

Returns:

  • (String)


2505
2506
2507
2508
2509
2510
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2505

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

#farm_idString

The farm ID of the farm connected to the budget.

Returns:

  • (String)


2505
2506
2507
2508
2509
2510
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2505

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