Class: Aws::Deadline::Types::ResponseBudgetAction

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

Overview

The details of a budget action.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The budget action description.

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)


6831
6832
6833
6834
6835
6836
6837
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6831

class ResponseBudgetAction < Struct.new(
  :type,
  :threshold_percentage,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#threshold_percentageFloat

The percentage threshold for the budget.

Returns:

  • (Float)


6831
6832
6833
6834
6835
6836
6837
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6831

class ResponseBudgetAction < Struct.new(
  :type,
  :threshold_percentage,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end

#typeString

The action taken on the budget once scheduling stops.

Returns:

  • (String)


6831
6832
6833
6834
6835
6836
6837
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6831

class ResponseBudgetAction < Struct.new(
  :type,
  :threshold_percentage,
  :description)
  SENSITIVE = [:description]
  include Aws::Structure
end