Class: Aws::Types::LoggingConfig
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_log_level ⇒ "TRACE", ...
Returns the value of attribute application_log_level.
-
#log_format ⇒ "JSON", "Text"
Returns the value of attribute log_format.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#system_log_level ⇒ "DEBUG", ...
Returns the value of attribute system_log_level.
Instance Attribute Details
#application_log_level ⇒ "TRACE", ...
Returns the value of attribute application_log_level.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def application_log_level @application_log_level end |
#log_format ⇒ "JSON", "Text"
Returns the value of attribute log_format.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def log_format @log_format end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def log_group @log_group end |
#system_log_level ⇒ "DEBUG", ...
Returns the value of attribute system_log_level.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def system_log_level @system_log_level end |