Class: Aws::Types::S3DeliveryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3DeliveryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_hive_compatible_path ⇒ Boolean
Returns the value of attribute enable_hive_compatible_path.
-
#suffix_path ⇒ ::String
Returns the value of attribute suffix_path.
Instance Attribute Details
#enable_hive_compatible_path ⇒ Boolean
Returns the value of attribute enable_hive_compatible_path.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def enable_hive_compatible_path @enable_hive_compatible_path end |
#suffix_path ⇒ ::String
Returns the value of attribute suffix_path.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def suffix_path @suffix_path end |