Class: Aws::Deadline::Types::UpdateWorkerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateWorkerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::WorkerCapabilities
The worker capabilities to update.
-
#farm_id ⇒ String
The farm ID to update.
-
#fleet_id ⇒ String
The fleet ID to update.
-
#host_properties ⇒ Types::HostPropertiesRequest
The host properties to update.
-
#status ⇒ String
The worker status to update.
-
#worker_id ⇒ String
The worker ID to update.
Instance Attribute Details
#capabilities ⇒ Types::WorkerCapabilities
The worker capabilities to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |
#farm_id ⇒ String
The farm ID to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
The fleet ID to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |
#host_properties ⇒ Types::HostPropertiesRequest
The host properties to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The worker status to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |
#worker_id ⇒ String
The worker ID to update.
9199 9200 9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/aws-sdk-deadline/types.rb', line 9199 class UpdateWorkerRequest < Struct.new( :farm_id, :fleet_id, :worker_id, :status, :capabilities, :host_properties) SENSITIVE = [] include Aws::Structure end |