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

Class: Aws::Budgets::Types::ActionHistory

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

Overview

The historical records for a budget action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_history_detailsTypes::ActionHistoryDetails

The description of details of the event.

Returns:

#event_typeString

This distinguishes between whether the events are triggered by the user or generated by the system.

Possible values:

  • SYSTEM
  • CREATE_ACTION
  • DELETE_ACTION
  • UPDATE_ACTION
  • EXECUTE_ACTION

Returns:

  • (String)

    This distinguishes between whether the events are triggered by the user or generated by the system.

#statusString

The status of action at the time of the event.

Possible values:

  • STANDBY
  • PENDING
  • EXECUTION_IN_PROGRESS
  • EXECUTION_SUCCESS
  • EXECUTION_FAILURE
  • REVERSE_IN_PROGRESS
  • REVERSE_SUCCESS
  • REVERSE_FAILURE
  • RESET_IN_PROGRESS
  • RESET_FAILURE

Returns:

  • (String)

    The status of action at the time of the event.

#timestampTime

A generic time stamp. In Java, it is transformed to a Date object.

Returns:

  • (Time)

    A generic time stamp.