Class: Aws::Types::StreamingLoggingConfig
- Inherits:
-
Object
- Object
- Aws::Types::StreamingLoggingConfig
- 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.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def prefix @prefix end |