Class: Aws::Deadline::Types::BudgetActionToAdd

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

Overview

The budget action to add.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description for the budget action to add.

Returns:

  • (String)


663
664
665
666
667
668
669
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 663

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

#threshold_percentageFloat

The percentage threshold for the budget action to add.

Returns:

  • (Float)


663
664
665
666
667
668
669
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 663

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

#typeString

The type of budget action to add.

Returns:

  • (String)


663
664
665
666
667
668
669
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 663

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