Class: Aws::Types::BudgetActionToAdd

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def description
  @description
end

#threshold_percentage::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


612
613
614
# File 'sig/types.rbs', line 612

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")


611
612
613
# File 'sig/types.rbs', line 611

def type
  @type
end