Class: Aws::Types::S3DestinationConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def bucket @bucket end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def key_prefix @key_prefix end |