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.
6631 6632 6633 |
# File 'sig/types.rbs', line 6631 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6633 6634 6635 |
# File 'sig/types.rbs', line 6633 def auto_data_quality @auto_data_quality end |
#compression ⇒ "gzip", ...
Returns the value of attribute compression.
6627 6628 6629 |
# File 'sig/types.rbs', line 6627 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6630 6631 6632 |
# File 'sig/types.rbs', line 6630 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6625 6626 6627 |
# File 'sig/types.rbs', line 6625 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6624 6625 6626 |
# File 'sig/types.rbs', line 6624 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6628 6629 6630 |
# File 'sig/types.rbs', line 6628 def number_target_partitions @number_target_partitions end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6629 6630 6631 |
# File 'sig/types.rbs', line 6629 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6626 6627 6628 |
# File 'sig/types.rbs', line 6626 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6632 6633 6634 |
# File 'sig/types.rbs', line 6632 def schema_change_policy @schema_change_policy end |