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.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def enable_hive_compatible_path @enable_hive_compatible_path end |
#suffix_path ⇒ ::String
Returns the value of attribute suffix_path.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def suffix_path @suffix_path end |