Class: Aws::Types::LoggingConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dag_processing_logs ⇒ Types::ModuleLoggingConfigurationInput

Returns the value of attribute dag_processing_logs.



197
198
199
# File 'sig/types.rbs', line 197

def dag_processing_logs
  @dag_processing_logs
end

#scheduler_logs ⇒ Types::ModuleLoggingConfigurationInput

Returns the value of attribute scheduler_logs.



198
199
200
# File 'sig/types.rbs', line 198

def scheduler_logs
  @scheduler_logs
end

#task_logs ⇒ Types::ModuleLoggingConfigurationInput

Returns the value of attribute task_logs.



201
202
203
# File 'sig/types.rbs', line 201

def task_logs
  @task_logs
end

#webserver_logs ⇒ Types::ModuleLoggingConfigurationInput

Returns the value of attribute webserver_logs.



199
200
201
# File 'sig/types.rbs', line 199

def webserver_logs
  @webserver_logs
end

#worker_logs ⇒ Types::ModuleLoggingConfigurationInput

Returns the value of attribute worker_logs.



200
201
202
# File 'sig/types.rbs', line 200

def worker_logs
  @worker_logs
end