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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 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.
9539 9540 9541 9542 9543 9544 9545 9546 9547 9548 9549 9550 |
# File 'lib/aws-sdk-deadline/types.rb', line 9539 class WorkerSearchSummary < Struct.new( :fleet_id, :worker_id, :status, :host_properties, :created_by, :created_at, :updated_by, :updated_at) SENSITIVE = [] include Aws::Structure end |