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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

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

#farm_idString

The farm ID.

Returns:

  • (String)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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.



4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

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

#logTypes::LogConfiguration

The logs for the associated worker.



4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

class GetWorkerResponse < Struct.new(
  :worker_id,
  :farm_id,
  :fleet_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)


4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
# File 'lib/aws-sdk-deadline/types.rb', line 4091

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