Class: Aws::Types::DeleteBudgetActionResponse

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)


209
210
211
# File 'sig/types.rbs', line 209

def 
  @account_id
end

#actionTypes::Action

Returns the value of attribute action.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def action
  @action
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def budget_name
  @budget_name
end