Class: Aws::Types::DescribeBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#show_filter_expression ⇒ Boolean
Returns the value of attribute show_filter_expression.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def account_id @account_id end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
332 333 334 |
# File 'sig/types.rbs', line 332 def budget_name @budget_name end |
#show_filter_expression ⇒ Boolean
Returns the value of attribute show_filter_expression.
333 334 335 |
# File 'sig/types.rbs', line 333 def show_filter_expression @show_filter_expression end |