Class: Aws::Deadline::Types::UpdateFleetRequest

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

#client_tokenString

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.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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

#configurationTypes::FleetConfiguration

The fleet configuration to update.



8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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

#descriptionString

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.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_nameString

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.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_idString

The farm ID to update.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_idString

The fleet ID to update.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_countInteger

The maximum number of workers in the fleet.

Returns:

  • (Integer)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_countInteger

The minimum number of workers in the fleet.

Returns:

  • (Integer)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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_arnString

The IAM role ARN that the fleet’s workers assume while running jobs.

Returns:

  • (String)


8630
8631
8632
8633
8634
8635
8636
8637
8638
8639
8640
8641
8642
# File 'lib/aws-sdk-deadline/types.rb', line 8630

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