Class: Aws::Types::ModuleLoggingConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::ModuleLoggingConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_level ⇒ "CRITICAL", ...
Returns the value of attribute log_level.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
223 224 225 |
# File 'sig/types.rbs', line 223 def enabled @enabled end |
#log_level ⇒ "CRITICAL", ...
Returns the value of attribute log_level.
224 225 226 |
# File 'sig/types.rbs', line 224 def log_level @log_level end |