Class: Aws::Deadline::Types::CreateBudgetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


949
950
951
952
953
# File 'lib/aws-sdk-deadline/types.rb', line 949

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