Class: Aws::Budgets::Types::ActionThreshold

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_threshold_typeString

The type of threshold for a notification.

Returns:

  • (String)


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_valueFloat

The threshold of a notification.

Returns:

  • (Float)


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