Class: Aws::Types::LogEventConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogEventConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ ::String
Returns the value of attribute event_type.
-
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
-
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
Instance Attribute Details
#event_type ⇒ ::String
Returns the value of attribute event_type.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def event_type @event_type end |
#log_destination ⇒ ::String
Returns the value of attribute log_destination.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def log_destination @log_destination end |
#log_level ⇒ "DEBUG", ...
Returns the value of attribute log_level.
3859 3860 3861 |
# File 'sig/types.rbs', line 3859 def log_level @log_level end |