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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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.



8896
8897
8898
8899
8900
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8896

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