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.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-deadline/types.rb', line 1947 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.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-deadline/types.rb', line 1947 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.
1947 1948 1949 1950 1951 1952 1953 |
# File 'lib/aws-sdk-deadline/types.rb', line 1947 class DeleteWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id) SENSITIVE = [] include Aws::Structure end |