Method: Aws::Deadline::Types::BudgetSummary#display_name

Defined in:
lib/aws-sdk-deadline/types.rb

#display_nameString

The display name of the budget summary to update.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
# File 'lib/aws-sdk-deadline/types.rb', line 878

class BudgetSummary < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at)
  SENSITIVE = [:description]
  include Aws::Structure
end