Class: Aws::Types::S3IcebergDirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3IcebergDirectTarget
- 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.
-
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
-
#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.
6677 6678 6679 |
# File 'sig/types.rbs', line 6677 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6679 6680 6681 |
# File 'sig/types.rbs', line 6679 def auto_data_quality @auto_data_quality end |
#compression ⇒ "gzip", ...
Returns the value of attribute compression.
6680 6681 6682 |
# File 'sig/types.rbs', line 6680 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6676 6677 6678 |
# File 'sig/types.rbs', line 6676 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6673 6674 6675 |
# File 'sig/types.rbs', line 6673 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6672 6673 6674 |
# File 'sig/types.rbs', line 6672 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6681 6682 6683 |
# File 'sig/types.rbs', line 6681 def number_target_partitions @number_target_partitions end |
#output_schemas ⇒ ::Array[Types::GlueSchema]
Returns the value of attribute output_schemas.
6682 6683 6684 |
# File 'sig/types.rbs', line 6682 def output_schemas @output_schemas end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6674 6675 6676 |
# File 'sig/types.rbs', line 6674 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6675 6676 6677 |
# File 'sig/types.rbs', line 6675 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6678 6679 6680 |
# File 'sig/types.rbs', line 6678 def schema_change_policy @schema_change_policy end |