Class: Aws::Types::UpdateBudgetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_to_add::Array[Types::BudgetActionToAdd]

Returns the value of attribute actions_to_add.

Returns:



3156
3157
3158
# File 'sig/types.rbs', line 3156

def actions_to_add
  @actions_to_add
end

#actions_to_remove::Array[Types::BudgetActionToRemove]

Returns the value of attribute actions_to_remove.

Returns:



3157
3158
3159
# File 'sig/types.rbs', line 3157

def actions_to_remove
  @actions_to_remove
end

#approximate_dollar_limit::Float

Returns the value of attribute approximate_dollar_limit.

Returns:

  • (::Float)


3155
3156
3157
# File 'sig/types.rbs', line 3155

def approximate_dollar_limit
  @approximate_dollar_limit
end

#budget_id::String

Returns the value of attribute budget_id.

Returns:

  • (::String)


3150
3151
3152
# File 'sig/types.rbs', line 3150

def budget_id
  @budget_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3153
3154
3155
# File 'sig/types.rbs', line 3153

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3149
3150
3151
# File 'sig/types.rbs', line 3149

def farm_id
  @farm_id
end

#scheduleTypes::BudgetSchedule

Returns the value of attribute schedule.



3158
3159
3160
# File 'sig/types.rbs', line 3158

def schedule
  @schedule
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


3154
3155
3156
# File 'sig/types.rbs', line 3154

def status
  @status
end