Class: Aws::Types::ResponseBudgetAction
- Inherits:
-
Object
- Object
- Aws::Types::ResponseBudgetAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#threshold_percentage ⇒ ::Float
Returns the value of attribute threshold_percentage.
-
#type ⇒ "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS"
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def description @description end |
#threshold_percentage ⇒ ::Float
Returns the value of attribute threshold_percentage.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def threshold_percentage @threshold_percentage end |
#type ⇒ "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS"
Returns the value of attribute type.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def type @type end |