Class: Aws::Deadline::Types::GetWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetWorkerResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
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.
-
#farm_id ⇒ String
The farm ID.
-
#fleet_id ⇒ String
The fleet ID.
-
#host_properties ⇒ Types::HostPropertiesResponse
The host properties for the worker.
-
#log ⇒ Types::LogConfiguration
The logs for the associated worker.
-
#status ⇒ String
The status of the worker.
-
#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.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The user or system that created this resource.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#host_properties ⇒ Types::HostPropertiesResponse
The host properties for the worker.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#log ⇒ Types::LogConfiguration
The logs for the associated worker.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the worker.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID.
4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4578 class GetWorkerResponse < Struct.new( :farm_id, :fleet_id, :worker_id, :host_properties, :status, :log, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |