Class: Aws::Deadline::Types::UpdateWorkerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_configurationTypes::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

#logTypes::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