Class: Aws::Types::S3GlueParquetTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3GlueParquetTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#compression ⇒ "snappy", ...
Returns the value of attribute compression.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
-
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
Instance Attribute Details
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def auto_data_quality @auto_data_quality end |
#compression ⇒ "snappy", ...
Returns the value of attribute compression.
6571 6572 6573 |
# File 'sig/types.rbs', line 6571 def compression @compression end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6568 6569 6570 |
# File 'sig/types.rbs', line 6568 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6567 6568 6569 |
# File 'sig/types.rbs', line 6567 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6572 6573 6574 |
# File 'sig/types.rbs', line 6572 def number_target_partitions @number_target_partitions end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6569 6570 6571 |
# File 'sig/types.rbs', line 6569 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6570 6571 6572 |
# File 'sig/types.rbs', line 6570 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6573 6574 6575 |
# File 'sig/types.rbs', line 6573 def schema_change_policy @schema_change_policy end |