Class: Aws::Types::AccessBudgetDetails
- Inherits:
-
Object
- Object
- Aws::Types::AccessBudgetDetails
- 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.
-
#budget_type ⇒ "CALENDAR_DAY", ...
Returns the value of attribute budget_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#remaining_budget ⇒ ::Integer
Returns the value of attribute remaining_budget.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#auto_refresh ⇒ "ENABLED", "DISABLED"
Returns the value of attribute auto_refresh.
24 25 26 |
# File 'sig/types.rbs', line 24 def auto_refresh @auto_refresh end |
#budget ⇒ ::Integer
Returns the value of attribute budget.
22 23 24 |
# File 'sig/types.rbs', line 22 def budget @budget end |
#budget_type ⇒ "CALENDAR_DAY", ...
Returns the value of attribute budget_type.
23 24 25 |
# File 'sig/types.rbs', line 23 def budget_type @budget_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
20 21 22 |
# File 'sig/types.rbs', line 20 def end_time @end_time end |
#remaining_budget ⇒ ::Integer
Returns the value of attribute remaining_budget.
21 22 23 |
# File 'sig/types.rbs', line 21 def remaining_budget @remaining_budget end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
19 20 21 |
# File 'sig/types.rbs', line 19 def start_time @start_time end |