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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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.



1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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.



1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-deadline/types.rb', line 1966

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