Class: Aws::Types::BudgetActionToRemove
- Inherits:
-
Object
- Object
- Aws::Types::BudgetActionToRemove
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#threshold_percentage ⇒ ::Float
Returns the value of attribute threshold_percentage.
619 620 621 |
# File 'sig/types.rbs', line 619 def threshold_percentage @threshold_percentage end |
#type ⇒ "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS"
Returns the value of attribute type.
618 619 620 |
# File 'sig/types.rbs', line 618 def type @type end |