Class: Aws::Deadline::Types::GetWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetWorkerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID for the worker.
-
#fleet_id ⇒ String
The fleet ID of the worker.
-
#worker_id ⇒ String
The worker ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID for the worker.
4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-deadline/types.rb', line 4484 class GetWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the worker.
4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-deadline/types.rb', line 4484 class GetWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID.
4484 4485 4486 4487 4488 4489 4490 |
# File 'lib/aws-sdk-deadline/types.rb', line 4484 class GetWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |