Class: Aws::Budgets::Types::DescribeBudgetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
Response of DescribeBudget
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budget ⇒ Types::Budget
The description of the budget.
Instance Attribute Details
#budget ⇒ Types::Budget
The description of the budget.
1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-budgets/types.rb', line 1167 class DescribeBudgetResponse < Struct.new( :budget) SENSITIVE = [] include Aws::Structure end |