Class: Aws::Types::S3DeltaDirectTarget
- Inherits:
-
Object
- Object
- Aws::Types::S3DeltaDirectTarget
- 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 ⇒ "uncompressed", "snappy"
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.
6548 6549 6550 |
# File 'sig/types.rbs', line 6548 def @additional_options end |
#auto_data_quality ⇒ Types::AutoDataQuality
Returns the value of attribute auto_data_quality.
6550 6551 6552 |
# File 'sig/types.rbs', line 6550 def auto_data_quality @auto_data_quality end |
#compression ⇒ "uncompressed", "snappy"
Returns the value of attribute compression.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def compression @compression end |
#format ⇒ "json", ...
Returns the value of attribute format.
6547 6548 6549 |
# File 'sig/types.rbs', line 6547 def format @format end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6542 6543 6544 |
# File 'sig/types.rbs', line 6542 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6541 6542 6543 |
# File 'sig/types.rbs', line 6541 def name @name end |
#number_target_partitions ⇒ ::String
Returns the value of attribute number_target_partitions.
6546 6547 6548 |
# File 'sig/types.rbs', line 6546 def number_target_partitions @number_target_partitions end |
#partition_keys ⇒ ::Array[::Array[::String]]
Returns the value of attribute partition_keys.
6543 6544 6545 |
# File 'sig/types.rbs', line 6543 def partition_keys @partition_keys end |
#path ⇒ ::String
Returns the value of attribute path.
6544 6545 6546 |
# File 'sig/types.rbs', line 6544 def path @path end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
Returns the value of attribute schema_change_policy.
6549 6550 6551 |
# File 'sig/types.rbs', line 6549 def schema_change_policy @schema_change_policy end |