Class: Aws::Types::S3HudiDirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3HudiDirectTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
-
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
-
#compression ⇒ "gzip", ...
Returns the value of attribute compression.
-
#format ⇒ "json", ...
Returns the value of attribute format.
-
#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
#additional_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_options.
6641 6642 6643 |
# File 'sig/types.rbs', line 6641 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6643 6644 6645 |
# File 'sig/types.rbs', line 6643 def auto_data_quality @auto_data_quality end |
#compression ⇒ "gzip", ...
Returns the value of attribute compression.
6637 6638 6639 |
# File 'sig/types.rbs', line 6637 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6640 6641 6642 |
# File 'sig/types.rbs', line 6640 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6635 6636 6637 |
# File 'sig/types.rbs', line 6635 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6634 6635 6636 |
# File 'sig/types.rbs', line 6634 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6638 6639 6640 |
# File 'sig/types.rbs', line 6638 def number_target_partitions @number_target_partitions end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6639 6640 6641 |
# File 'sig/types.rbs', line 6639 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6636 6637 6638 |
# File 'sig/types.rbs', line 6636 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6642 6643 6644 |
# File 'sig/types.rbs', line 6642 def schema_change_policy @schema_change_policy end |