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)


413
414
415
416
417
# File 'lib/aws-sdk-servicecatalog/types.rb', line 413

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