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
-
#log ⇒ Types::LogConfiguration
The worker log to update.
Instance Attribute Details
#log ⇒ Types::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 |