Class: Aws::Types::ExecuteBudgetActionRequest

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)


391
392
393
# File 'sig/types.rbs', line 391

def 
  @account_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def action_id
  @action_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

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")


394
395
396
# File 'sig/types.rbs', line 394

def execution_type
  @execution_type
end