Class: Aws::Types::DestinationOptionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DestinationOptionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_format ⇒ "plain-text", "parquet"
Returns the value of attribute file_format.
-
#hive_compatible_partitions ⇒ Boolean
Returns the value of attribute hive_compatible_partitions.
-
#per_hour_partition ⇒ Boolean
Returns the value of attribute per_hour_partition.
Instance Attribute Details
#file_format ⇒ "plain-text", "parquet"
Returns the value of attribute file_format.
7937 7938 7939 |
# File 'sig/types.rbs', line 7937 def file_format @file_format end |
#hive_compatible_partitions ⇒ Boolean
Returns the value of attribute hive_compatible_partitions.
7938 7939 7940 |
# File 'sig/types.rbs', line 7938 def hive_compatible_partitions @hive_compatible_partitions end |
#per_hour_partition ⇒ Boolean
Returns the value of attribute per_hour_partition.
7939 7940 7941 |
# File 'sig/types.rbs', line 7939 def per_hour_partition @per_hour_partition end |