Class: Aws::Deadline::Types::BudgetActionToRemove

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The budget action to remove.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#threshold_percentageFloat

The percentage threshold for the budget action to remove.

Returns:

  • (Float)


683
684
685
686
687
688
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 683

class BudgetActionToRemove < Struct.new(
  :threshold_percentage,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of budget action to remove.

Returns:

  • (String)


683
684
685
686
687
688
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 683

class BudgetActionToRemove < Struct.new(
  :threshold_percentage,
  :type)
  SENSITIVE = []
  include Aws::Structure
end