Class: Aws::Deadline::Types::UpdateBudgetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#actions_to_addArray<Types::BudgetActionToAdd>

The budget actions to add. Budget actions specify what happens when the budget runs out.

Returns:



8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#actions_to_removeArray<Types::BudgetActionToRemove>

The budget actions to remove from the budget.

Returns:



8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#approximate_dollar_limitFloat

The dollar limit to update on the budget. Based on consumed usage.

Returns:

  • (Float)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#budget_idString

The budget ID to update.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the budget to update.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the budget to update.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The farm ID of the budget to update.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#scheduleTypes::BudgetSchedule

The schedule to update.



8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

Updates the status of the budget.

  • ‘ACTIVE`–The budget is being evaluated.

  • ‘INACTIVE`–The budget is inactive. This can include Expired, Canceled, or deleted Deleted statuses.

Returns:

  • (String)


8526
8527
8528
8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-deadline/types.rb', line 8526

class UpdateBudgetRequest < Struct.new(
  :client_token,
  :farm_id,
  :budget_id,
  :display_name,
  :description,
  :status,
  :approximate_dollar_limit,
  :actions_to_add,
  :actions_to_remove,
  :schedule)
  SENSITIVE = [:description]
  include Aws::Structure
end