Class: Aws::Types::UpdateBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions_to_add ⇒ ::Array[Types::BudgetActionToAdd]
Returns the value of attribute actions_to_add.
-
#actions_to_remove ⇒ ::Array[Types::BudgetActionToRemove]
Returns the value of attribute actions_to_remove.
-
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
-
#budget_id ⇒ ::String
Returns the value of attribute budget_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#schedule ⇒ Types::BudgetSchedule
Returns the value of attribute schedule.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#actions_to_add ⇒ ::Array[Types::BudgetActionToAdd]
Returns the value of attribute actions_to_add.
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.
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.
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.
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.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3153 3154 3155 |
# File 'sig/types.rbs', line 3153 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def farm_id @farm_id end |
#schedule ⇒ Types::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.
3154 3155 3156 |
# File 'sig/types.rbs', line 3154 def status @status end |