Class: Aws::Deadline::Types::UpdateFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateFleetRequest
- Includes:
- Structure
- Defined in:
- 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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.
8691 8692 8693 8694 8695 8696 8697 8698 8699 8700 8701 8702 8703 |
# File 'lib/aws-sdk-deadline/types.rb', line 8691 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 |