Class: Aws::Deadline::Types::CreateBudgetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateBudgetRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::BudgetActionToAdd>
The budget actions to specify what happens when the budget runs out.
-
#approximate_dollar_limit ⇒ Float
The dollar limit based on consumed usage.
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#description ⇒ String
The description of the budget.
-
#display_name ⇒ String
The display name of the budget.
-
#farm_id ⇒ String
The farm ID to include in this budget.
-
#schedule ⇒ Types::BudgetSchedule
The schedule to associate with this budget.
-
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value.
-
#usage_tracking_resource ⇒ Types::UsageTrackingResource
The queue ID provided to this budget to track usage.
Instance Attribute Details
#actions ⇒ Array<Types::BudgetActionToAdd>
The budget actions to specify what happens when the budget runs out.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#approximate_dollar_limit ⇒ Float
The dollar limit based on consumed usage.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#client_token ⇒ String
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.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
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.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#display_name ⇒ String
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.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to include in this budget.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#schedule ⇒ Types::BudgetSchedule
The schedule to associate with this budget.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |
#usage_tracking_resource ⇒ Types::UsageTrackingResource
The queue ID provided to this budget to track usage.
1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1077 class CreateBudgetRequest < Struct.new( :client_token, :farm_id, :usage_tracking_resource, :display_name, :description, :approximate_dollar_limit, :actions, :schedule, :tags) SENSITIVE = [:description] include Aws::Structure end |