Class: Aws::Types::BucketAccessLogConfig
- Inherits:
-
Object
- Object
- Aws::Types::BucketAccessLogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
231 232 233 |
# File 'sig/types.rbs', line 231 def destination @destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
230 231 232 |
# File 'sig/types.rbs', line 230 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
232 233 234 |
# File 'sig/types.rbs', line 232 def prefix @prefix end |