Class: Aws::Deadline::Types::WorkerSummary

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

Overview

The summary of details for a worker.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet ID.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#host_propertiesTypes::HostPropertiesResponse

The host properties of the worker.



9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#logTypes::LogConfiguration

The log configuration for the worker.



9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the worker.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idString

The worker ID.

Returns:

  • (String)


9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9320

class WorkerSummary < Struct.new(
  :created_at,
  :created_by,
  :farm_id,
  :fleet_id,
  :host_properties,
  :log,
  :status,
  :updated_at,
  :updated_by,
  :worker_id)
  SENSITIVE = []
  include Aws::Structure
end