Class: Aws::Deadline::Types::GetBudgetResponse

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

#actionsArray<Types::ResponseBudgetAction>

The budget actions for the budget.

Returns:



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#approximate_dollar_limitFloat

The consumed usage limit for the budget.

Returns:

  • (Float)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#budget_idString

The budget ID.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the budget.

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)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the budget.

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)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#queue_stopped_atTime

The date and time the queue stopped.

Returns:

  • (Time)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#scheduleTypes::BudgetSchedule

The budget schedule.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

The status of the budget.

  • ‘ACTIVE`–Get a budget being evaluated.

  • ‘INACTIVE`–Get an inactive budget. This can include expired, canceled, or deleted statuses.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#usage_tracking_resourceTypes::UsageTrackingResource

The resource that the budget is tracking usage for.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end

#usagesTypes::ConsumedUsages

The usages of the budget.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
# File 'lib/aws-sdk-deadline/types.rb', line 2697

class GetBudgetResponse < Struct.new(
  :budget_id,
  :usage_tracking_resource,
  :status,
  :display_name,
  :description,
  :approximate_dollar_limit,
  :usages,
  :actions,
  :schedule,
  :created_by,
  :created_at,
  :updated_by,
  :updated_at,
  :queue_stopped_at)
  SENSITIVE = [:description]
  include Aws::Structure
end