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.
9975 9976 9977 9978 9979 |
# File 'lib/aws-sdk-deadline/types.rb', line 9975 class UpdateWorkerResponse < Struct.new( :log) SENSITIVE = [] include Aws::Structure end |