Class: Aws::Types::ResponseBudgetAction

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)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def description
  @description
end

#threshold_percentage::Float

Returns the value of attribute threshold_percentage.

Returns:

  • (::Float)


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.

Returns:

  • ("STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


2548
2549
2550
# File 'sig/types.rbs', line 2548

def type
  @type
end