Class: Aws::Deadline::Types::GetWorkerResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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 for the worker.



3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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 logs for the associated worker.



3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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)


3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3961

class GetWorkerResponse < 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