Class: Aws::Types::UpdateBudgetActionResponse

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)


585
586
587
# File 'sig/types.rbs', line 585

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


586
587
588
# File 'sig/types.rbs', line 586

def budget_name
  @budget_name
end

#new_actionTypes::Action

Returns the value of attribute new_action.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def new_action
  @new_action
end

#old_actionTypes::Action

Returns the value of attribute old_action.

Returns:



587
588
589
# File 'sig/types.rbs', line 587

def old_action
  @old_action
end