Class: Aws::Budgets::Types::DescribeBudgetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetResponse
- Defined in:
- gems/aws-sdk-budgets/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 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1167 class DescribeBudgetResponse < Struct.new( :budget) SENSITIVE = [] include Aws::Structure end |