Class: Aws::Deadline::Types::WorkerSearchSummary

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

Overview

The details of a worker search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#host_propertiesTypes::HostPropertiesResponse

Provides the Amazon EC2 instance properties of the worker host.



9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#statusString

The status of the worker search.

Returns:

  • (String)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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

#worker_idString

The worker ID.

Returns:

  • (String)


9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9219

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