Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::LogDestination]
Returns the value of attribute destinations.
-
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
-
#level ⇒ "ALL", ...
Returns the value of attribute level.
Instance Attribute Details
#destinations ⇒ ::Array[Types::LogDestination]
Returns the value of attribute destinations.
716 717 718 |
# File 'sig/types.rbs', line 716 def destinations @destinations end |
#include_execution_data ⇒ Boolean
Returns the value of attribute include_execution_data.
715 716 717 |
# File 'sig/types.rbs', line 715 def include_execution_data @include_execution_data end |
#level ⇒ "ALL", ...
Returns the value of attribute level.
714 715 716 |
# File 'sig/types.rbs', line 714 def level @level end |