Class: Aws::Types::LoggingConfiguration

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::ModuleLoggingConfiguration

Returns the value of attribute dag_processing_logs.



188
189
190
# File 'sig/types.rbs', line 188

def dag_processing_logs
  @dag_processing_logs
end

#scheduler_logs ⇒ Types::ModuleLoggingConfiguration

Returns the value of attribute scheduler_logs.



189
190
191
# File 'sig/types.rbs', line 189

def scheduler_logs
  @scheduler_logs
end

#task_logs ⇒ Types::ModuleLoggingConfiguration

Returns the value of attribute task_logs.



192
193
194
# File 'sig/types.rbs', line 192

def task_logs
  @task_logs
end

#webserver_logs ⇒ Types::ModuleLoggingConfiguration

Returns the value of attribute webserver_logs.



190
191
192
# File 'sig/types.rbs', line 190

def webserver_logs
  @webserver_logs
end

#worker_logs ⇒ Types::ModuleLoggingConfiguration

Returns the value of attribute worker_logs.



191
192
193
# File 'sig/types.rbs', line 191

def worker_logs
  @worker_logs
end