Class: Aws::Types::BudgetParameter
- Inherits:
-
Object
- Object
- Aws::Types::BudgetParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_refresh ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_refresh.
-
#budget ⇒ ::Integer
Returns the value of attribute budget.
-
#type ⇒ "CALENDAR_DAY", ...
Returns the value of attribute type.
Instance Attribute Details
#auto_refresh ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_refresh.
379 380 381 |
# File 'sig/types.rbs', line 379 def auto_refresh @auto_refresh end |
#budget ⇒ ::Integer
Returns the value of attribute budget.
378 379 380 |
# File 'sig/types.rbs', line 378 def budget @budget end |
#type ⇒ "CALENDAR_DAY", ...
Returns the value of attribute type.
377 378 379 |
# File 'sig/types.rbs', line 377 def type @type end |