Class: Aws::Types::S3DestinationConfig
- Inherits:
-
Object
- Object
- Aws::Types::S3DestinationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
823 824 825 |
# File 'sig/types.rbs', line 823 def bucket_name @bucket_name end |
#destination_path ⇒ ::String
Returns the value of attribute destination_path.
824 825 826 |
# File 'sig/types.rbs', line 824 def destination_path @destination_path end |