Class: Aws::Deadline::Types::BudgetActionToRemove
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BudgetActionToRemove
- 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
-
#threshold_percentage ⇒ Float
The percentage threshold for the budget action to remove.
-
#type ⇒ String
The type of budget action to remove.
Instance Attribute Details
#threshold_percentage ⇒ Float
The percentage threshold for the budget action to remove.
736 737 738 739 740 741 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 736 class BudgetActionToRemove < Struct.new( :type, :threshold_percentage) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of budget action to remove.
736 737 738 739 740 741 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 736 class BudgetActionToRemove < Struct.new( :type, :threshold_percentage) SENSITIVE = [] include Aws::Structure end |