Class: Aws::Types::ModuleLoggingConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


223
224
225
# File 'sig/types.rbs', line 223

def enabled
  @enabled
end

#log_level ⇒ "CRITICAL", ...

Returns the value of attribute log_level.

Returns:

  • ("CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG")


224
225
226
# File 'sig/types.rbs', line 224

def log_level
  @log_level
end