Class: Aws::Types::BudgetActionToRemove

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#threshold_percentage::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


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.

Returns:

  • ("STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


618
619
620
# File 'sig/types.rbs', line 618

def type
  @type
end