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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


687
688
689
690
691
692
# File 'lib/aws-sdk-deadline/types.rb', line 687

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

#typeString

The type of budget action to remove.

Returns:

  • (String)


687
688
689
690
691
692
# File 'lib/aws-sdk-deadline/types.rb', line 687

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