Class: Aws::Deadline::Types::BatchGetWorkerItem

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

Overview

The details of a worker returned in a batch get operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#farm_idString

The farm ID of the worker.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#fleet_idString

The fleet ID of the worker.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#host_propertiesTypes::HostPropertiesResponse

The host properties for the worker.



1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#logTypes::LogConfiguration

The log configuration for the worker.



1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#statusString

The status of the worker.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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

#worker_idString

The worker ID.

Returns:

  • (String)


1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
# File 'lib/aws-sdk-deadline/types.rb', line 1931

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