You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ActionThreshold as input to an Aws::Client method, you can use a vanilla Hash:

{
  action_threshold_value: 1.0, # required
  action_threshold_type: "PERCENTAGE", # required, accepts PERCENTAGE, ABSOLUTE_VALUE
}

The trigger threshold of the action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_threshold_typeString

The type of threshold for a notification.

Possible values:

  • PERCENTAGE
  • ABSOLUTE_VALUE

Returns:

  • (String)

    The type of threshold for a notification.

    .

#action_threshold_valueFloat

The threshold of a notification.

Returns:

  • (Float)

    The threshold of a notification.

    .