Class: Aws::Deadline::Types::FleetSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The details of a fleet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_statusString

The Auto Scaling status of a fleet.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::FleetConfiguration

The configuration details for the fleet.



2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the fleet summary to update.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#max_worker_countInteger

The maximum number of workers specified in the fleet.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#min_worker_countInteger

The minimum number of workers in the fleet.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the fleet.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#target_worker_countInteger

The target number of workers in a fleet.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end

#worker_countInteger

The number of workers in the fleet summary.

Returns:

  • (Integer)


2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2476

class FleetSummary < Struct.new(
  :auto_scaling_status,
  :configuration,
  :created_at,
  :created_by,
  :display_name,
  :farm_id,
  :fleet_id,
  :max_worker_count,
  :min_worker_count,
  :status,
  :target_worker_count,
  :updated_at,
  :updated_by,
  :worker_count)
  SENSITIVE = []
  include Aws::Structure
end