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

#logTypes::LogConfiguration

The worker log to update.



9216
9217
9218
9219
9220
# File 'lib/aws-sdk-deadline/types.rb', line 9216

class UpdateWorkerResponse < Struct.new(
  :log)
  SENSITIVE = []
  include Aws::Structure
end