Class: Aws::ServiceCatalog::Types::BudgetDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a budget.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budget_nameString

Name of the associated budget.

Returns:

  • (String)


383
384
385
386
387
# File 'lib/aws-sdk-servicecatalog/types.rb', line 383

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