Class: Aws::Types::CreateBudgetActionResponse

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)


150
151
152
# File 'sig/types.rbs', line 150

def 
  @account_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def action_id
  @action_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def budget_name
  @budget_name
end