Class: Aws::Deadline::Types::LogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::LogConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Log configuration details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
The log configuration error details.
-
#log_driver ⇒ String
The log drivers for worker related logs.
-
#options ⇒ Hash<String,String>
The options for a log driver.
-
#parameters ⇒ Hash<String,String>
The parameters for the log configuration.
Instance Attribute Details
#error ⇒ String
The log configuration error details.
6303 6304 6305 6306 6307 6308 6309 6310 |
# File 'lib/aws-sdk-deadline/types.rb', line 6303 class LogConfiguration < Struct.new( :log_driver, :options, :parameters, :error) SENSITIVE = [] include Aws::Structure end |
#log_driver ⇒ String
The log drivers for worker related logs.
6303 6304 6305 6306 6307 6308 6309 6310 |
# File 'lib/aws-sdk-deadline/types.rb', line 6303 class LogConfiguration < Struct.new( :log_driver, :options, :parameters, :error) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Hash<String,String>
The options for a log driver.
6303 6304 6305 6306 6307 6308 6309 6310 |
# File 'lib/aws-sdk-deadline/types.rb', line 6303 class LogConfiguration < Struct.new( :log_driver, :options, :parameters, :error) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The parameters for the log configuration.
6303 6304 6305 6306 6307 6308 6309 6310 |
# File 'lib/aws-sdk-deadline/types.rb', line 6303 class LogConfiguration < Struct.new( :log_driver, :options, :parameters, :error) SENSITIVE = [] include Aws::Structure end |