Class: Aws::Types::S3LogDeliveryDescription
- Inherits:
-
Object
- Object
- Aws::Types::S3LogDeliveryDescription
- 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.
539 540 541 |
# File 'sig/types.rbs', line 539 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
540 541 542 |
# File 'sig/types.rbs', line 540 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
541 542 543 |
# File 'sig/types.rbs', line 541 def prefix @prefix end |