Class: Aws::ServiceCatalog::Types::BudgetDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::BudgetDetail
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a budget.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget_name ⇒ String
Name of the associated budget.
Instance Attribute Details
#budget_name ⇒ String
Name of the associated budget.
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 |