Class: Aws::Deadline::Types::WorkerSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::WorkerSearchSummary
- 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
-
#created_at ⇒ Time
The date and time the resource was created.
-
#created_by ⇒ String
The user or system that created this resource.
-
#fleet_id ⇒ String
The fleet ID.
-
#host_properties ⇒ Types::HostPropertiesResponse
Provides the Amazon EC2 instance properties of the worker host.
-
#status ⇒ String
The status of the worker search.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
-
#worker_id ⇒ String
The worker ID.
Instance Attribute Details
#created_at ⇒ Time
The date and time the resource was created.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_by ⇒ String
The user or system that created this resource.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_id ⇒ String
The fleet ID.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_properties ⇒ Types::HostPropertiesResponse
Provides the Amazon EC2 instance properties of the worker host.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 class WorkerSearchSummary < Struct.new( :fleet_id, :worker_id, :status, :host_properties, :created_by, :created_at, :updated_by, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the worker search.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_at ⇒ Time
The date and time the resource was updated.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_by ⇒ String
The user or system that updated this resource.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 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_id ⇒ String
The worker ID.
13126 13127 13128 13129 13130 13131 13132 13133 13134 13135 13136 13137 |
# File 'lib/aws-sdk-deadline/types.rb', line 13126 class WorkerSearchSummary < Struct.new( :fleet_id, :worker_id, :status, :host_properties, :created_by, :created_at, :updated_by, :updated_at) SENSITIVE = [] include Aws::Structure end |