Class: Aws::Budgets::Types::ActionHistoryDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-budgets/types.rb

Overview

The description of the details for the event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::Action

The budget action resource.

Returns:



126
127
128
129
130
131
# File 'lib/aws-sdk-budgets/types.rb', line 126

class ActionHistoryDetails < Struct.new(
  :message,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A generic string.

Returns:

  • (String)


126
127
128
129
130
131
# File 'lib/aws-sdk-budgets/types.rb', line 126

class ActionHistoryDetails < Struct.new(
  :message,
  :action)
  SENSITIVE = []
  include Aws::Structure
end