Class: Aws::Types::ExecuteBudgetActionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def 
  @account_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def action_id
  @action_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def budget_name
  @budget_name
end

#execution_type"APPROVE_BUDGET_ACTION", ...

Returns the value of attribute execution_type.

Returns:

  • ("APPROVE_BUDGET_ACTION", "RETRY_BUDGET_ACTION", "REVERSE_BUDGET_ACTION", "RESET_BUDGET_ACTION")


402
403
404
# File 'sig/types.rbs', line 402

def execution_type
  @execution_type
end