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

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


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#fleet_idString

The fleet ID.

Returns:

  • (String)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#host_propertiesTypes::HostPropertiesResponse

Provides the Amazon EC2 instance properties of the worker host.



10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#statusString

The status of the worker search.

Returns:

  • (String)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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

#worker_idString

The worker ID.

Returns:

  • (String)


10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
# File 'lib/aws-sdk-deadline/types.rb', line 10298

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