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.
390 391 392 |
# File 'sig/types.rbs', line 390 def auto_refresh @auto_refresh end |
#budget ⇒ ::Integer
Returns the value of attribute budget.
389 390 391 |
# File 'sig/types.rbs', line 389 def budget @budget end |
#type ⇒ "CALENDAR_DAY", ...
Returns the value of attribute type.
388 389 390 |
# File 'sig/types.rbs', line 388 def type @type end |