Class: Aws::Deadline::Types::GetBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetBudgetRequest
- 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.
-
#farm_id ⇒ String
The farm ID of the farm connected to the budget.
Instance Attribute Details
#budget_id ⇒ String
The budget ID.
2619 2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-deadline/types.rb', line 2619 class GetBudgetRequest < Struct.new( :farm_id, :budget_id) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID of the farm connected to the budget.
2619 2620 2621 2622 2623 2624 |
# File 'lib/aws-sdk-deadline/types.rb', line 2619 class GetBudgetRequest < Struct.new( :farm_id, :budget_id) SENSITIVE = [] include Aws::Structure end |