Class: Aws::Deadline::Types::DeleteWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteWorkerRequest
- 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 of the worker to delete.
-
#fleet_id ⇒ String
The fleet ID of the worker to delete.
-
#worker_id ⇒ String
The worker ID of the worker to delete.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the worker to delete.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-deadline/types.rb', line 2158 class DeleteWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID of the worker to delete.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-deadline/types.rb', line 2158 class DeleteWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID of the worker to delete.
2158 2159 2160 2161 2162 2163 2164 |
# File 'lib/aws-sdk-deadline/types.rb', line 2158 class DeleteWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |