Class: Aws::Deadline::Types::UpdateWorkerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::UpdateWorkerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_configuration ⇒ Types::HostConfiguration
The script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
-
#log ⇒ Types::LogConfiguration
The worker log to update.
Instance Attribute Details
#host_configuration ⇒ Types::HostConfiguration
The script that runs as a worker is starting up that you can use to provide additional configuration for workers in your fleet.
10268 10269 10270 10271 10272 10273 |
# File 'lib/aws-sdk-deadline/types.rb', line 10268 class UpdateWorkerResponse < Struct.new( :log, :host_configuration) SENSITIVE = [] include Aws::Structure end |
#log ⇒ Types::LogConfiguration
The worker log to update.
10268 10269 10270 10271 10272 10273 |
# File 'lib/aws-sdk-deadline/types.rb', line 10268 class UpdateWorkerResponse < Struct.new( :log, :host_configuration) SENSITIVE = [] include Aws::Structure end |