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.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def application_log_level @application_log_level end |
#log_format ⇒ "JSON", "Text"
Returns the value of attribute log_format.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def log_format @log_format end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def log_group @log_group end |
#system_log_level ⇒ "DEBUG", ...
Returns the value of attribute system_log_level.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def system_log_level @system_log_level end |