Class: Aws::Budgets::Types::ActionThreshold
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ActionThreshold
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
The trigger threshold of the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_threshold_type ⇒ String
The type of threshold for a notification.
-
#action_threshold_value ⇒ Float
The threshold of a notification.
Instance Attribute Details
#action_threshold_type ⇒ String
The type of threshold for a notification.
143 144 145 146 147 148 |
# File 'lib/aws-sdk-budgets/types.rb', line 143 class ActionThreshold < Struct.new( :action_threshold_value, :action_threshold_type) SENSITIVE = [] include Aws::Structure end |
#action_threshold_value ⇒ Float
The threshold of a notification.
143 144 145 146 147 148 |
# File 'lib/aws-sdk-budgets/types.rb', line 143 class ActionThreshold < Struct.new( :action_threshold_value, :action_threshold_type) SENSITIVE = [] include Aws::Structure end |