Method: Aws::Deadline::Types::GetBudgetResponse#usage_tracking_resource
- Defined in:
- lib/aws-sdk-deadline/types.rb
#usage_tracking_resource ⇒ Types::UsageTrackingResource
The resource that the budget is tracking usage for.
3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-deadline/types.rb', line 3019 class GetBudgetResponse < Struct.new( :budget_id, :usage_tracking_resource, :status, :display_name, :description, :approximate_dollar_limit, :usages, :actions, :schedule, :created_by, :created_at, :updated_by, :updated_at, :queue_stopped_at) SENSITIVE = [:description] include Aws::Structure end |