Class: Aws::Types::S3Destination
- Inherits:
-
Object
- Object
- Aws::Types::S3Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
170 171 172 |
# File 'sig/types.rbs', line 170 def bucket_name @bucket_name end |
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
171 172 173 |
# File 'sig/types.rbs', line 171 def object_key_prefix @object_key_prefix end |