Class: Aws::Deadline::Types::BatchGetWorkerIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetWorkerIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The identifiers for a worker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of 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 of the worker.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 class BatchGetWorkerIdentifier < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the worker.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 class BatchGetWorkerIdentifier < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID.
1879 1880 1881 1882 1883 1884 1885 |
# File 'lib/aws-sdk-deadline/types.rb', line 1879 class BatchGetWorkerIdentifier < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |