Class: Aws::Deadline::Types::BudgetActionToAdd
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BudgetActionToAdd
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The budget action to add.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the budget action to add.
-
#threshold_percentage ⇒ Float
The percentage threshold for the budget action to add.
-
#type ⇒ String
The type of budget action to add.
Instance Attribute Details
#description ⇒ String
A description for the budget action to add.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-deadline/types.rb', line 716 class BudgetActionToAdd < Struct.new( :type, :threshold_percentage, :description) SENSITIVE = [:description] include Aws::Structure end |
#threshold_percentage ⇒ Float
The percentage threshold for the budget action to add.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-deadline/types.rb', line 716 class BudgetActionToAdd < Struct.new( :type, :threshold_percentage, :description) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The type of budget action to add.
716 717 718 719 720 721 722 |
# File 'lib/aws-sdk-deadline/types.rb', line 716 class BudgetActionToAdd < Struct.new( :type, :threshold_percentage, :description) SENSITIVE = [:description] include Aws::Structure end |