Class: Aws::Types::ModuleLoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ModuleLoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_level ⇒ "CRITICAL", ...
Returns the value of attribute log_level.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
218 219 220 |
# File 'sig/types.rbs', line 218 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
216 217 218 |
# File 'sig/types.rbs', line 216 def enabled @enabled end |
#log_level ⇒ "CRITICAL", ...
Returns the value of attribute log_level.
217 218 219 |
# File 'sig/types.rbs', line 217 def log_level @log_level end |