Class: Aws::Types::S3Destination
- Inherits:
-
Object
- Object
- Aws::Types::S3Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
4360 4361 4362 |
# File 'sig/types.rbs', line 4360 def bucket @bucket end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
4361 4362 4363 |
# File 'sig/types.rbs', line 4361 def prefix @prefix end |