Class: Aws::Types::LogTargetConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogTargetConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
-
#log_target ⇒ Types::LogTarget
Returns the value of attribute log_target.
Instance Attribute Details
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
3872 3873 3874 |
# File 'sig/types.rbs', line 3872 def log_level @log_level end |
#log_target ⇒ Types::LogTarget
Returns the value of attribute log_target.
3871 3872 3873 |
# File 'sig/types.rbs', line 3871 def log_target @log_target end |