Class: Aws::Deadline::Types::UpdateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateFleetRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#configuration ⇒ Types::FleetConfiguration
The fleet configuration to update.
-
#description ⇒ String
The description of the fleet to update.
-
#display_name ⇒ String
The display name of the fleet to update.
-
#farm_id ⇒ String
The farm ID to update.
-
#fleet_id ⇒ String
The fleet ID to update.
-
#max_worker_count ⇒ Integer
The maximum number of workers in the fleet.
-
#min_worker_count ⇒ Integer
The minimum number of workers in the fleet.
-
#role_arn ⇒ String
The IAM role ARN that the fleet's workers assume while running jobs.
Instance Attribute Details
#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.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#configuration ⇒ Types::FleetConfiguration
The fleet configuration to update.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the fleet 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.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#display_name ⇒ String
The display name of the fleet 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.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to update.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID to update.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#max_worker_count ⇒ Integer
The maximum number of workers in the fleet.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#min_worker_count ⇒ Integer
The minimum number of workers in the fleet.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN that the fleet's workers assume while running jobs.
9347 9348 9349 9350 9351 9352 9353 9354 9355 9356 9357 9358 9359 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9347 class UpdateFleetRequest < Struct.new( :client_token, :farm_id, :fleet_id, :display_name, :description, :role_arn, :min_worker_count, :max_worker_count, :configuration) SENSITIVE = [:description] include Aws::Structure end |