Class: Aws::Deadline::Types::GetFleetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_statusString

The Auto Scaling status of the fleet. Either GROWING, STEADY, or SHRINKING.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#capabilitiesTypes::FleetCapabilities

Outlines what the fleet is capable of for minimums, maximums, and naming, in addition to attribute names and values.



2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#configurationTypes::FleetConfiguration

The configuration setting for the fleet.



2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#descriptionString

The description of the fleet.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#display_nameString

The display name of the fleet.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#farm_idString

The farm ID of the farm in the fleet.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#max_worker_countInteger

The maximum number of workers specified in the fleet.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#min_worker_countInteger

The minimum number of workers specified in the fleet.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#role_arnString

The IAM role ARN.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#statusString

The Auto Scaling status of the fleet.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#target_worker_countInteger

The number of target workers in the fleet.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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

#worker_countInteger

The number of workers in the fleet.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2742

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