Class: Aws::Types::LogConfig
- Inherits:
-
Object
- Object
- Aws::Types::LogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_detail ⇒ "NONE", "FULL"
Returns the value of attribute include_detail.
-
#level ⇒ "OFF", ...
Returns the value of attribute level.
Instance Attribute Details
#include_detail ⇒ "NONE", "FULL"
Returns the value of attribute include_detail.
875 876 877 |
# File 'sig/types.rbs', line 875 def include_detail @include_detail end |
#level ⇒ "OFF", ...
Returns the value of attribute level.
876 877 878 |
# File 'sig/types.rbs', line 876 def level @level end |