Class: Aws::Types::LoggingConfig
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#include_cookies ⇒ Boolean
Returns the value of attribute include_cookies.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def enabled @enabled end |
#include_cookies ⇒ Boolean
Returns the value of attribute include_cookies.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def @include_cookies end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def prefix @prefix end |